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.

47 lines
848 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 <cfgmgr32.h>
  27. #include <devguid.h>
  28. #include <infstr.h>
  29. #include <setupapi.h>
  30. #include <shellapi.h>
  31. #include <wchar.h>
  32. #include "ncmem.h"
  33. #include "ncstl.h"
  34. #include "list"
  35. #include "vector"
  36. using namespace std;
  37. #include "ncbase.h"
  38. #include "ncdebug.h"
  39. #include "ncdefine.h"