summaryrefslogtreecommitdiff
path: root/examples/OS
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-21 11:03:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-21 11:03:24 +0000
commit56a506da49ed97d0171c28494f28d5240df981f7 (patch)
tree7fc4ef82ff0111ad5eea4f5118194649f4ffaea9 /examples/OS
parentad20d9a4fbad38b8bfcbbf0a85c2cfe8b55725fd (diff)
downloadATCD-56a506da49ed97d0171c28494f28d5240df981f7.tar.gz
ChangeLogTag: Tue Mar 21 06:49:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/OS')
-rw-r--r--examples/OS/Process/imore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OS/Process/imore.cpp b/examples/OS/Process/imore.cpp
index 9340820002e..181254e0cb4 100644
--- a/examples/OS/Process/imore.cpp
+++ b/examples/OS/Process/imore.cpp
@@ -37,7 +37,7 @@
ACE_RCSID(Process, imore, "$Id$")
#if defined (ACE_WIN32)
-static const char * executable = "MORE.COM";
+static const ACE_TCHAR *executable = ACE_TEXT("MORE.COM");
static const ACE_TCHAR *rendezvous_dir = ACE_TEXT("c:/temp");
static const ACE_TCHAR *rendezvous_pfx = ACE_TEXT("imore");
#else