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.

49 lines
827 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. cplusinc.h
  5. Abstract:
  6. Author:
  7. Byron CHanguion (byronc) 29-May-2000
  8. Revision History:
  9. 29-May-2000 ByronC created
  10. --*/
  11. #ifdef WINNT
  12. #ifndef _WIN32_WINNT
  13. #define _WIN32_WINNT 0x0500
  14. #endif
  15. #endif
  16. #define _ATL_APARTMENT_FREE
  17. #include <atlbase.h>
  18. //You may derive a class from CComModule and use it if you want to override
  19. //something, but do not change the name of _Module
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #include <atlwin.h>
  23. #include <atlapp.h>
  24. #include <atltmp.h>
  25. #include <stilib.h>
  26. #include <stidebug.h>
  27. #include <validate.h>
  28. #include <regentry.h> // registry manipulation object
  29. #include "wialog.h"
  30. #include <stisvc.h>
  31. #define STISVC_REG_PATH L"System\\CurrentControlSet\\Services\\" STI_SERVICE_NAME