Q9XXplatform.h

Go to the documentation of this file.
00001 /*
00002  * cross-platform macros
00003  */
00004 #ifndef _Q9XX_PLATFORM_H_
00005 #define _Q9XX_PLATFORM_H_
00006 
00007 /*
00008  * Win32 MSVC
00009  */
00010 #ifdef _MSC_VER
00011 #pragma warning(disable:4100)
00012 #ifndef strcasecmp
00013 #define strcasecmp(s1, s2) _stricmp(s1, s2)
00014 #endif
00015 #endif
00016 
00017 #endif

Generated on Tue Apr 7 17:38:19 2009 for mod_ssh by  doxygen 1.5.4