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.

38 lines
729 B

  1. //
  2. // Microsoft Corporation 1998
  3. //
  4. // MAIN.H - Precompiled Header
  5. //
  6. #include <windows.h>
  7. #include <windowsx.h>
  8. #include <lm.h>
  9. #include <ole2.h>
  10. #include <olectl.h>
  11. #include <shellapi.h>
  12. #include <shlobj.h>
  13. #include <commctrl.h>
  14. #include <prsht.h>
  15. #include <mmc.h>
  16. #include <gpedit.h>
  17. #include "rigpsnap.h"
  18. class CSnapIn;
  19. #include "layout.h"
  20. #include "compdata.h"
  21. #include "snapin.h"
  22. #include "dataobj.h"
  23. #include "debug.h"
  24. #include "util.h"
  25. #include "resource.h"
  26. // Global variables
  27. extern LONG g_cRefThisDll;
  28. extern HINSTANCE g_hInstance;
  29. // Macros
  30. #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  31. // Functions to create class factories
  32. HRESULT CreateComponentDataClassFactory (REFCLSID rclsid, REFIID riid, LPVOID* ppv);