diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 13:02:30 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 13:02:30 +0000 |
commit | 8a08ec015cab2500eaddf192e27e601aa975de19 (patch) | |
tree | 6364bf65fad058110efb4c074065a1f2d8d19887 /ace/config-win32.h | |
parent | f5babcff4ac8e88d11cd8b73fc4e0604341ddc61 (diff) | |
download | ATCD-8a08ec015cab2500eaddf192e27e601aa975de19.tar.gz |
enable ACE_HAS_UNICODE by default
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h index fc6e90bfaed..531e74ce34f 100644 --- a/ace/config-win32.h +++ b/ace/config-win32.h @@ -52,7 +52,7 @@ // Define this, if you are using UNICODE. // Setting applies to : building ACE, linking with ACE // Runtime restrictions: system must be WinNT (any version) -// #define ACE_HAS_UNICODE +#define ACE_HAS_UNICODE // Uncomment these if you want to integrate ACE and Orbix in Win32. // Setting applies to : building ACE, linking with ACE |