![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
00001 #ifndef _GCC_WIN_STRINGS 00002 #define _GCC_WIN_STRINGS 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 #if (defined(__GNUC__) || defined(__GCCXML__) || defined(__S3E__)) && !defined(_WIN32) 00013 #ifndef _stricmp 00014 int _stricmp(const char* s1, const char* s2); 00015 #endif 00016 int _strnicmp(const char* s1, const char* s2, size_t n); 00017 #ifndef __APPLE__ 00018 char *_strlwr(char * str ); //this won't compile on OSX for some reason 00019 #endif 00020 #ifndef _vsnprintf 00021 #define _vsnprintf vsnprintf 00022 #endif 00023 #endif 00024 00025 00026 #endif // _GCC_WIN_STRINGS
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.