diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-03-17 10:58:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-03-17 10:58:12 +0000 |
commit | d25f31cc5748e0184a1e74841b7f3090c228e5df (patch) | |
tree | fad7018ffefe2e1bd9915d88897c408a8eeca349 /include/makeinclude | |
parent | e421f9781048c4f84d5efe9c4424d119495e0869 (diff) | |
download | ATCD-d25f31cc5748e0184a1e74841b7f3090c228e5df.tar.gz |
ChangeLogTag: Sun Mar 17 11:53:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/compiler.bor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index 8b380503165..24d3f7a08cf 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -65,7 +65,7 @@ CODEGUARD_CFLAGS = -vG !endif !ifdef UNICODE -UNICODE_CFLAGS = -DACE_USES_WCHAR -WU -DUNICODE -D_UNICODE +UNICODE_CFLAGS = -DACE_USES_WCHAR -WU !endif THREAD_CFLAGS = -D_MT -tWM |