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.

41 lines
726 B

  1. #pragma once
  2. //#define COM_NO_WINDOWS_H
  3. #define RPC_NO_WINDOWS_H
  4. //#define NOCOMM
  5. #define NOCRYPT
  6. //#define NOGDI
  7. //#define NOICONS
  8. #define NOIME
  9. //#define NOMCX
  10. //#define NOMDI
  11. //#define NOMENUS
  12. //#define NOMETAFILE
  13. #define NOSOUND
  14. //#define NOSYSPARAMSINFO
  15. //#define NOWH
  16. //#define NOWINABLE
  17. //#define NOWINRES
  18. //#include <nt.h>
  19. //#include <ntrtl.h>
  20. //#include <nturtl.h>
  21. // This avoids duplicate definitions with Shell PIDL functions
  22. // and MUST BE DEFINED!
  23. #define AVOID_NET_CONFIG_DUPLICATES
  24. #include <windows.h>
  25. #include <objbase.h>
  26. #include <devguid.h>
  27. #include <wchar.h>
  28. #include <tchar.h>
  29. #include <upnp.h>
  30. #include <upnpp.h>
  31. #include "ncmem.h"
  32. //#include "ncbase.h"
  33. #include "ncdefine.h"
  34. #include "ncdebug.h"