Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
292 B

  1. /* doscmd.h */
  2. #undef _cdecl
  3. #undef cdecl
  4. #undef _near
  5. #undef _stdcall
  6. #undef _syscall
  7. #undef pascal
  8. #undef far
  9. /* ntdef.h */
  10. typedef char CCHAR;
  11. //typedef short CSHORT;
  12. typedef CCHAR BOOLEAN;
  13. typedef BOOLEAN *PBOOLEAN;
  14. #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))