summaryrefslogtreecommitdiff
path: root/src/usuals.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-31 22:21:11 +0000
committerStef Walter <stef@memberwebs.com>2004-08-31 22:21:11 +0000
commit704739b98c6d00dcaa2eebec95061b113e1ecdc5 (patch)
treee7e5cf92780dacbddc13d922c0ce4c2ecf8aaaef /src/usuals.h
parent00e78e29f880f98c6ea28ff5bfd8559813b34392 (diff)
ANSI to unicode codepage conversions
Diffstat (limited to 'src/usuals.h')
-rw-r--r--src/usuals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usuals.h b/src/usuals.h
index eeb13b1..a822e2c 100644
--- a/src/usuals.h
+++ b/src/usuals.h
@@ -54,7 +54,11 @@
#endif
#include <stdlib.h>
-#include <assert.h>
+
+#ifndef ASSERT
+ #include <assert.h>
+ #define ASSERT assert
+#endif
#include <wchar.h>
#include <string>