/*++ Copyright (c) 1997 Microsoft Corporation Module Name: cplusinc.h Abstract: Author: Byron CHanguion (byronc) 29-May-2000 Revision History: 29-May-2000 ByronC created --*/ #ifdef WINNT #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0500 #endif #endif #define _ATL_APARTMENT_FREE #include //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module extern CComModule _Module; #include #include #include #include #include #include #include #include // registry manipulation object #include "wialog.h" #include #define STISVC_REG_PATH L"System\\CurrentControlSet\\Services\\" STI_SERVICE_NAME