From: fredb Date: Sat, 13 Sep 2008 08:41:22 +0000 (+0000) Subject: Compile again with MSVC. APIENTRY not defined after last changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dddbbf7954c4cae8131d6b0b35814bc63c23e42d;p=flightgear.git Compile again with MSVC. APIENTRY not defined after last changes --- diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx index ca4ed4f4e..19d9f0320 100644 --- a/src/Main/renderer.cxx +++ b/src/Main/renderer.cxx @@ -23,6 +23,10 @@ # include #endif +#ifdef HAVE_WINDOWS_H +# include +#endif + #include #include