Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Sneed <nivenh@sourceware.org>2008-01-29 23:40:32 +0300
committerBrandon Sneed <nivenh@sourceware.org>2008-01-29 23:40:32 +0300
commit458430dc16ded7ec0f6e249645bda48cc76d2c63 (patch)
treea805f1316bdec2894ed6664de0ae3f01947c5fa0
parent249d08dc1d075bd24a0d0e4b2d4ae1d0d8bcf41f (diff)
* include/ras.h (RAS_MaxDnsSuffix): define.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/ras.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 765c2ea47..0b6b70f47 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,9 @@
2008-01-29 Brandon Sneed <nivenh@sourceware.org>
+ * include/ras.h (RAS_MaxDnsSuffix): define.
+
+2008-01-29 Brandon Sneed <nivenh@sourceware.org>
+
* include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
Add prototypes.
* lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
diff --git a/winsup/w32api/include/ras.h b/winsup/w32api/include/ras.h
index db7c3c3db..e5e688d41 100644
--- a/winsup/w32api/include/ras.h
+++ b/winsup/w32api/include/ras.h
@@ -35,6 +35,7 @@ typedef unsigned long ULONG_PTR, *PULONG_PTR;
#define RAS_MaxFacilities 200
#define RAS_MaxUserData 200
#define RAS_MaxReplyMessage 1024
+#define RAX_MaxDnsSuffix 256
#define RDEOPT_UsePrefixSuffix 0x00000001
#define RDEOPT_PausedStates 0x00000002
#define RDEOPT_IgnoreModemSpeaker 0x00000004