This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix forwarding to strings.h on non-msvc builds in the shim header.
master
Reece H. Dunn
9 years ago
parent
1d4fa18884
commit
2a652dfe43
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save