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.

39 lines
613 B

  1. #pragma once
  2. #define COM_NO_WINDOWS_H
  3. #define RPC_NO_WINDOWS_H
  4. #define NOCOMM
  5. #define NOCRYPT
  6. #define NOHELP
  7. #define NOGDI
  8. #define NOICONS
  9. #define NOIME
  10. #define NOMCX
  11. #define NOMDI
  12. #define NOMENUS
  13. #define NOMETAFILE
  14. #define NOSOUND
  15. #define NOSYSPARAMSINFO
  16. #define NOWH
  17. #define NOWINABLE
  18. #define NOWINRES
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <windows.h>
  23. #include <objbase.h>
  24. #include <devguid.h>
  25. #include <setupapi.h>
  26. #include <tchar.h>
  27. #include "stllist.h"
  28. #include "stlvec.h"
  29. using namespace std;
  30. #include "ncmem.h"
  31. #include "ncbase.h"
  32. #include "ncdebug.h"
  33. #include "ncdefine.h"