File diff r7276:fc0f2c97b3b7 → r7277:e475025d0cae
src/stdafx.h
Show inline comments
 
@@ -349,10 +349,10 @@ CDECL error(const char *str, ...);
 
#define _stricmp strcasecmp
 
#endif
 

	
 
#if !defined(MORPHOS) and !defined(OPENBSD)
 
#if !defined(MORPHOS) && !defined(OPENBSD)
 
/* MorphOS & OpenBSD don't know wchars, the rest does :( */
 
#define HAS_WCHAR
 
#endif /* !defined(MORHPOS) and !defined(OPENBSD) */
 
#endif /* !defined(MORPHOS) && !defined(OPENBSD) */
 

	
 
#if !defined(MAX_PATH)
 
# define MAX_PATH 260