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.

35 lines
554 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 NOSERVICE
  16. #define NOSYSPARAMSINFO
  17. #define NOWH
  18. #define NOWINABLE
  19. #define NOWINRES
  20. #include <windows.h>
  21. #include <objbase.h>
  22. #include <cfgmgr32.h>
  23. #include <devguid.h>
  24. #include <setupapi.h>
  25. #include <stdio.h>
  26. #include <wchar.h>
  27. #include "ncmem.h"
  28. #include "ncbase.h"
  29. #include "ncdebug.h"
  30. #include "ncdefine.h"