From 050228bcba3c6c2d05485ee71f9b96b9610372bc Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 7 Mar 2012 18:43:35 +0100 Subject: WaE: deprecated conversion from string constant to 'LPTSTR' --- .../win32/customactions/indexingfilter/restartindexingservice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_native') 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) { -- cgit