* include/ras.h (RAS_MaxDnsSuffix): define.

This commit is contained in:
Brandon Sneed 2008-01-29 20:40:32 +00:00
parent 249d08dc1d
commit 458430dc16
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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):

View file

@ -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