$ cvs diff -u extensions.hxx 2>&1 | tee diffs
Index: extensions.hxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/screen/extensions.hxx,v
retrieving revision 1.10
diff -u -r1.10 extensions.hxx
--- a/extensions.hxx    17 Mar 2004 10:31:35 -0000      1.10
+++ b/extensions.hxx    17 Mar 2004 17:24:30 -0000
@@ -24,10 +24,6 @@
 #ifndef __SG_EXTENSIONS_HXX
 #define __SG_EXTENSIONS_HXX 1

-#if !defined(WIN32)
-# include <dlfcn.h>
-#endif
-
 #if defined(__CYGWIN__)  /* && !defined(USING_X) */
 #define WIN32
 #endif
@@ -36,6 +32,10 @@
 # include <windows.h>
 #endif

+#if !defined(WIN32)
+# include <dlfcn.h>
+#endif
+
 #include <GL/gl.h>


@@ -57,7 +57,7 @@

 inline void (*SGLookupFunction(const char *func))()
 {
-#if defined( WIN32 ) && !defined(__CYGWIN__) && !defined(__MINGW32__)
+#if defined( WIN32 )
     return (void (*)()) wglGetProcAddress(func);

 #elif defined( __APPLE__ )


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to