Kaydet (Commit) 050228bc authored tarafından David Tardon's avatar David Tardon

WaE: deprecated conversion from string constant to 'LPTSTR'

üst a203ca87
...@@ -63,7 +63,7 @@ OpenService_t OpenService_ = NULL; ...@@ -63,7 +63,7 @@ OpenService_t OpenService_ = NULL;
QueryServiceStatus_t QueryServiceStatus_ = NULL; QueryServiceStatus_t QueryServiceStatus_ = NULL;
StartService_t StartService_ = NULL; StartService_t StartService_ = NULL;
const LPTSTR INDEXING_SERVICE_NAME = TEXT("cisvc"); const TCHAR* const INDEXING_SERVICE_NAME = TEXT("cisvc");
bool StopIndexingService(SC_HANDLE hService) bool StopIndexingService(SC_HANDLE hService)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment