File diff r4215:80c25b844c42 → r4216:ff95c5affccc
stdafx.h
Show inline comments
 
@@ -19,12 +19,13 @@
 
#if defined(UNIX) || defined(__MINGW32__)
 
# include <sys/types.h>
 
#endif
 

	
 
#if defined(__OS2__)
 
# include <types.h>
 
# define strcasecmp stricmp
 
#endif
 

	
 
#ifdef __BEOS__
 
# include <SupportDefs.h>
 
#endif