summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-07 18:43:35 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:21 +0100
commit050228bcba3c6c2d05485ee71f9b96b9610372bc (patch)
treec0d14e1753891002fae46ce39aa3a9fc2e51b8f7 /setup_native
parenta203ca87e202271e971b3c9a97475f8e112c7ab9 (diff)
WaE: deprecated conversion from string constant to 'LPTSTR'
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx b/setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx
index 0b030b956570..8b3ca41dc8b0 100644
--- a/setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx
+++ b/setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx
@@ -63,7 +63,7 @@ OpenService_t OpenService_ = NULL;
QueryServiceStatus_t QueryServiceStatus_ = 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)
{