Changeset 21717 for branches/gcc-kmk/include/win/ntdef.h
- Timestamp:
- Oct 18, 2011, 9:16:41 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/ntdef.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/ntdef.h
r21419 r21717 9 9 #endif 10 10 11 #define NTAPI __stdcall 11 #define NTAPI __stdcall 12 12 13 13 #ifndef IN … … 30 30 typedef NTSTATUS *PNTSTATUS; 31 31 32 typedef char *PSZ; 32 33 typedef CONST char *PCSZ; 33 34 34 35 typedef short CSHORT; 35 typedef CSHORT *PCSHORT; 36 typedef CSHORT *PCSHORT; 36 37 37 38 /* NT lowlevel Strings (handled by Rtl* functions in NTDLL) … … 73 74 #define OBJ_VALID_ATTRIBUTES 0x000003F2L 74 75 75 typedef struct _OBJECT_ATTRIBUTES 76 typedef struct _OBJECT_ATTRIBUTES 76 77 { ULONG Length; 77 78 HANDLE RootDirectory;
Note:
See TracChangeset
for help on using the changeset viewer.
