diff options
-rw-r--r-- | stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ # endif # define strcasecmp stricmp +# define strncasecmp strnicmp // suppress: warning C4005: 'offsetof' : macro redefinition (VC8) # include <stddef.h> #endif /* defined(_MSC_VER) */ |