summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-10-06 22:16:58 +0000
committerSteve Huston <shuston@riverace.com>2005-10-06 22:16:58 +0000
commit4fd06ccc8e290a133aa85372e9f2ae5172fe27e3 (patch)
tree57b640b73a11b120e2869fcb73d8c22d3a8d6e3b /ace/Service_Config.h
parent81c65d1a379b9605b1a64544b5c4eced8c12b05a (diff)
downloadATCD-4fd06ccc8e290a133aa85372e9f2ae5172fe27e3.tar.gz
ChangeLogTag:Thu Oct 6 17:56:19 2005 Steve Huston <shuston@riverace.com>
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 303446ba3cf..805602c882f 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -326,7 +326,7 @@ public:
/// from the ACE_Reactor, and unlinking it if necessary.
static int remove (const ACE_TCHAR svc_name[]);
-#if defined (ACE_HAS_WINCE)
+#if defined (ACE_HAS_WINCE) && defined (ACE_USES_WCHAR)
// We must provide these function to bridge the Svc_Conf parser
// with ACE.
static int initialize (const ACE_Service_Type *, char parameters[]);