diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-21 11:03:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-21 11:03:24 +0000 |
commit | 56a506da49ed97d0171c28494f28d5240df981f7 (patch) | |
tree | 7fc4ef82ff0111ad5eea4f5118194649f4ffaea9 /examples/OS | |
parent | ad20d9a4fbad38b8bfcbbf0a85c2cfe8b55725fd (diff) | |
download | ATCD-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.cpp | 2 |
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 |