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.

21 lines
599 B

  1. // GUID.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. #include <windows.h>
  8. #include <basetyps.h>
  9. #include <OLECTL.h>
  10. #include <WinINet.h>
  11. #include "MemAlloc.h"
  12. #include <malloc.h>
  13. #include <intshcut.h>
  14. #include <urlmon.h>
  15. #include "Types.h"
  16. #include "MSITStg.h"
  17. #include "guid.h"