diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-11-13 23:58:58 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-11-13 23:58:58 +0000 |
commit | 2142a1930c2ada0c20f18fee7b986d95cfc1a90b (patch) | |
tree | 4cfc6447d70da6c4b41b9e55279a2c98ec5a81d4 /winsup | |
parent | 9cd6116e569eb60a6b19f4e639f27866d1ada1d1 (diff) | |
download | newlib-2142a1930c2ada0c20f18fee7b986d95cfc1a90b.zip newlib-2142a1930c2ada0c20f18fee7b986d95cfc1a90b.tar.gz newlib-2142a1930c2ada0c20f18fee7b986d95cfc1a90b.tar.bz2 |
2009-13-09 Jacky Lai <crazyjacky@users.sourceforge.net>
* include/winerror.h: Fix typos in macro names.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/w32api/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/w32api/include/winerror.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index abd4a4b..ea47470 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2009-13-09 Jacky Lai <crazyjacky@users.sourceforge.net> + + * include/winerror.h: Fix typos in macro names. + 2009-13-09 Jan Nijtmans <nijtmans@users.sourceforge.net> * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct diff --git a/winsup/w32api/include/winerror.h b/winsup/w32api/include/winerror.h index 612e975..6b1c73c 100644 --- a/winsup/w32api/include/winerror.h +++ b/winsup/w32api/include/winerror.h @@ -1377,7 +1377,7 @@ #define ERROR_DS_HAVE_PRIMARY_MEMBERS 8521L #define ERROR_DS_STRING_SD_CONVERSION_FAILED 8522L #define ERROR_DS_NAMING_MASTER_GC 8523L -#define ERROR_DS_LOOKUP_FAILURE 8524L +#define ERROR_DS_DNS_LOOKUP_FAILURE 8524L #define ERROR_DS_COULDNT_UPDATE_SPNS 8525L #define ERROR_DS_CANT_RETRIEVE_SD 8526L #define ERROR_DS_KEY_NOT_UNIQUE 8527L @@ -1397,7 +1397,7 @@ #define ERROR_SAM_INIT_FAILURE 8541L #define ERROR_DS_DRA_SCHEMA_INFO_SHIP 8542L #define ERROR_DS_DRA_SCHEMA_CONFLICT 8543L -#define ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT 8544L +#define ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT 8544L #define ERROR_DS_DRA_OBJ_NC_MISMATCH 8545L #define ERROR_DS_NC_STILL_HAS_DSAS 8546L #define ERROR_DS_GC_REQUIRED 8547L @@ -1640,7 +1640,7 @@ #define WSA_QOS_EFILTERCOUNT 11021L #define WSA_QOS_EOBJLENGTH 11022L #define WSA_QOS_EFLOWCOUNT 11023L -#define WSA_QOS_EUNKNOWNPSOBJ 11024L +#define WSA_QOS_EUNKOWNPSOBJ 11024L #define WSA_QOS_EPOLICYOBJ 11025L #define WSA_QOS_EFLOWDESC 11026L #define WSA_QOS_EPSFLOWSPEC 11027L |