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.

46 lines
1000 B

  1. // INITGUID.CPP -- Code file where the DLL's guid structures are instantiated.
  2. // Note: Do not use precompiled headers with this file! They can cause problems
  3. // because we need to change the interpretation of DEFINE_GUID by defining the
  4. // symbol INITGUID. In some cases using precompiled headers generates incorrect
  5. // code for that case.
  6. #define INITGUID
  7. // Copyright (C) 1996-1997 Microsoft Corporation. All rights reserved.
  8. #define NOATOM
  9. #define NOCOMM
  10. #define NODEFERWINDOWPOS
  11. #define NODRIVERS
  12. #define NOEXTDEVMODEPROPSHEET
  13. #define NOIME
  14. #define NOKANJI
  15. #define NOLOGERROR
  16. #define NOMCX
  17. #define NOPROFILER
  18. #define NOSCALABLEFONT
  19. #define NOSERVICE
  20. #define NOSOUND
  21. #ifndef STRICT
  22. #define STRICT
  23. #endif
  24. #include <windows.h>
  25. // place all interfaces here that need their objects instantiated
  26. // Tome
  27. #include "MSITStg.h"
  28. // Centaur
  29. #include "itquery.h"
  30. #include "itgroup.h"
  31. #include "itpropl.h"
  32. #include "itrs.h"
  33. #include "itdb.h"
  34. #include "itww.h"
  35. // Centaur compiler
  36. #include "itcc.h"