Changeset 21847 for branches/gcc-kmk/include/win/ntdef.h
- Timestamp:
- Dec 5, 2011, 11:12:56 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/ntdef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/ntdef.h
r21717 r21847 27 27 #endif 28 28 29 #ifndef WINE_NTSTATUS_DECLARED 30 #define WINE_NTSTATUS_DECLARED 29 31 typedef LONG NTSTATUS; 32 #endif 33 #ifndef WINE_PNTSTATUS_DECLARED 34 #define WINE_PNTSTATUS_DECLARED 30 35 typedef NTSTATUS *PNTSTATUS; 36 #endif 31 37 32 38 typedef char *PSZ;
Note:
See TracChangeset
for help on using the changeset viewer.
