Leaked source code of windows server 2003
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.

10 lines
254 B

  1. #include <windef.h>
  2. #ifdef MIDL_PASS
  3. #define LPSTR [string] LPSTR
  4. #define LPTSTR [string] LPTSTR
  5. #define LPWSTR [string] wchar_t *
  6. #define PWSTR [string] wchar_t *
  7. #define PCWSTR [string] const wchar_t *
  8. #define enum [v1_enum] enum
  9. #endif