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.

21 lines
386 B

  1. #define INITGUID
  2. #include "mwversion.h"
  3. #include <compobj.h>
  4. #include <initguid.h>
  5. #include <msstkppg.h>
  6. #include <shlguid.h>
  7. #undef INITGUID
  8. #include "unix/guids.h"
  9. // Must be after "unix/guids.h" to expand the GUIDs for olectl.h.
  10. #define INITGUID
  11. // DllMain needed due to this being a shared library
  12. extern "C" BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID)
  13. {
  14. return TRUE;
  15. }