diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-07 18:43:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:21 +0100 |
commit | 050228bcba3c6c2d05485ee71f9b96b9610372bc (patch) | |
tree | c0d14e1753891002fae46ce39aa3a9fc2e51b8f7 /setup_native/source | |
parent | a203ca87e202271e971b3c9a97475f8e112c7ab9 (diff) |
WaE: deprecated conversion from string constant to 'LPTSTR'
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/win32/customactions/indexingfilter/restartindexingservice.cxx | 2 |
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) { |