Browse Source

Fix forwarding to strings.h on non-msvc builds in the shim header.

master
Reece H. Dunn 9 years ago
parent
commit
2a652dfe43
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/include/compat/strings.h

+ 3
- 0
src/include/compat/strings.h View File

@@ -25,6 +25,9 @@

#define strcasecmp stricmp

#else
#pragma GCC system_header // Silence "warning: #include_next is a GCC extension"
#include_next <strings.h>
#endif

#endif

Loading…
Cancel
Save