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
570 B

  1. #include <windef.h>
  2. #ifdef MIDL_PASS
  3. #define LPSTR [string] char *
  4. #define LPCSTR [string] const char *
  5. #define LPWSTR [string] wchar_t *
  6. #define LPTSTR LPWSTR
  7. #define PWSTR LPWSTR
  8. #define PSTR LPSTR
  9. #define PVOID void *
  10. #define VOID void
  11. #endif
  12. #include <stdarg.h>
  13. #include <winbase.h>
  14. #include <wingdi.h>
  15. #include <winspool.h>
  16. #define _INC_WINDOWS
  17. #include <winsock2.h>
  18. #include <wsipx.h>
  19. #include <nspapi.h>
  20. #include <dnsapi.h>
  21. #include <resrpc.h>
  22. #include "..\..\dnsapi\registry.h"
  23. //#include <rpc.h>
  24. //#include <rpcndr.h>
  25. //#include <rpcasync.h>