]> git.mxchange.org Git - flightgear.git/commitdiff
Compile again with MSVC. APIENTRY not defined after last changes
authorfredb <fredb>
Sat, 13 Sep 2008 08:41:22 +0000 (08:41 +0000)
committerfredb <fredb>
Sat, 13 Sep 2008 08:41:22 +0000 (08:41 +0000)
src/Main/renderer.cxx

index ca4ed4f4e8eb11f616ed699002b02a78e520df2c..19d9f0320e8a641b4167c7e8ea59d7e3c048f8a2 100644 (file)
 #  include <config.h>
 #endif
 
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <osg/ref_ptr>