diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 03:09:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 03:09:24 +0000 |
commit | b801352484c08325a70243725a99d29aa532e43c (patch) | |
tree | 706e3c129205db09fb0d242a3f3f319501b91100 /ace/Service_Config.h | |
parent | 6c5c8109559d1628b920749980b5048a20b3e3b2 (diff) | |
download | ATCD-b801352484c08325a70243725a99d29aa532e43c.tar.gz |
.
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 2 |
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_; |