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.

13 lines
228 B

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