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.

29 lines
404 B

  1. typedef BOOL F;
  2. #define fFalse 0
  3. #define fTrue 1
  4. typedef UCHAR CH;
  5. #ifndef PM
  6. typedef CH * SZ;
  7. #endif
  8. typedef VOID * PV;
  9. #define pvNil ((PV) 0)
  10. #define hNil ((HANDLE) 0)
  11. #ifdef PM
  12. typedef POINTL PT;
  13. typedef HPS CVS;
  14. #endif
  15. #ifdef WIN
  16. typedef MPOINT PT;
  17. typedef HDC CVS;
  18. #ifndef _ALPHA_
  19. typedef LPSTR PSZ; // MAY CAUSE PROBLEMS ON ALPHA
  20. #endif
  21. typedef HANDLE HAB;
  22. #define EXPENTRY APIENTRY
  23. #endif