diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-31 22:21:11 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-31 22:21:11 +0000 |
commit | 704739b98c6d00dcaa2eebec95061b113e1ecdc5 (patch) | |
tree | e7e5cf92780dacbddc13d922c0ce4c2ecf8aaaef /src/usuals.h | |
parent | 00e78e29f880f98c6ea28ff5bfd8559813b34392 (diff) |
ANSI to unicode codepage conversions
Diffstat (limited to 'src/usuals.h')
-rw-r--r-- | src/usuals.h | 6 |
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> |