summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 1e067007eb4..c60b3ec995a 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -45,7 +45,7 @@ class ACE_Static_Svc_Descriptor
// Holds the information necessary to describe a statically linked
// Svc.
public:
- ASYS_TCHAR *name_;
+ LPCTSTR name_;
// Name of the service.
int type_;