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