diff options
Diffstat (limited to 'portability.h')
-rw-r--r-- | portability.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portability.h b/portability.h index b3612542..6786d570 100644 --- a/portability.h +++ b/portability.h @@ -88,6 +88,8 @@ extern "C" { #endif #ifdef _MSC_VER + #define isascii _isascii + /* * If <crtdbg.h> has been included, and _DEBUG is defined, and * __STDC__ is zero, <crtdbg.h> will define strdup() to call |