File diff r4215:80c25b844c42 → r4216:ff95c5affccc
stdafx.h
Show inline comments
 
@@ -13,24 +13,25 @@
 
#if !defined(__APPLE__) || defined(STRGEN)
 
# include <assert.h>
 
#else
 
# include "os/macosx/macos.h"
 
#endif
 

	
 
#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
 

	
 
#ifdef SUNOS
 
# include <alloca.h>
 
#endif
 

	
 
#ifdef __MORPHOS__
 
// morphos defines certain amiga defines per default, we undefine them