Changeset 21352 for trunk/include/win/winnt.h
- Timestamp:
- Feb 21, 2010, 5:28:20 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/include/win/winnt.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnt.h
r21327 r21352 1196 1196 #define STATUS_NO_EAS_ON_FILE 0xC0000052 1197 1197 #define STATUS_EA_CORRUPT_ERROR 0xC0000053 1198 #define STATUS_ LOCK_NOT_GRANTED 0xC0000054 /* FIXME: not sure */1199 #define STATUS_ FILE_LOCK_CONFLICT 0xC0000055 /* FIXME: not sure */1198 #define STATUS_FILE_LOCK_CONFLICT 0xC0000054 1199 #define STATUS_LOCK_NOT_GRANTED 0xC0000055 1200 1200 #define STATUS_DELETE_PENDING 0xC0000056 1201 1201 #define STATUS_CTL_FILE_NOT_SUPPORTED 0xC0000057 … … 1893 1893 #else /* __WINE__ */ 1894 1894 #define NtCurrentTeb GetThreadTEB 1895 struct _TEB *WINAPI GetThreadTEB( );1895 struct _TEB *WINAPI GetThreadTEB(void); 1896 1896 #endif 1897 1897 #endif //__WIN32OS2__
Note:
See TracChangeset
for help on using the changeset viewer.
