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.

30 lines
526 B

  1. #include <windows.h>
  2. #include <shellapi.h>
  3. #include <shlobj.h>
  4. #include <atlbase.h>
  5. extern CComModule _Module; // required by atlcom.h
  6. #include <atlcom.h>
  7. #include <initguid.h>
  8. #include <devguid.h>
  9. #ifdef SubclassWindow
  10. #undef SubclassWindow
  11. #endif
  12. #include <atlwin.h>
  13. #ifdef _ATL_STATIC_REGISTRY
  14. #include <statreg.h>
  15. #include <statreg.cpp>
  16. #endif
  17. #include <atlimpl.cpp>
  18. #include <atlwin.cpp>
  19. //EXTERN_C const IID IID_INetLanConnectionUiInfo = {0xC08956A6,0x1CD3,0x11D1,{0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E}};