]> git.mxchange.org Git - simgear.git/blobdiff - XGL/xglUtils.c
Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
[simgear.git] / XGL / xglUtils.c
index 6980f13559418e1ff81462d7c2be33080b534869..bc5d7217e11f4f417c546bf4b914e04693f42cce 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifndef __CYGWIN32__
+#if !defined( __CYGWIN__ ) && !defined( __CYGWIN32__ )
 #  include <malloc.h>
 #endif