(svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
This commit is contained in:
		@@ -1,8 +1,6 @@
 | 
			
		||||
/* $Id$ */
 | 
			
		||||
 | 
			
		||||
#if defined(WIN32) || defined(WIN64) || defined(__CYGWIN__)
 | 
			
		||||
#define WIN32
 | 
			
		||||
#else
 | 
			
		||||
#if !(defined(WIN32) || defined(WIN64) || defined(__CYGWIN__))
 | 
			
		||||
#define UNIX
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user