1
0
Fork 0

Compile again with MSVC. APIENTRY not defined after last changes

This commit is contained in:
fredb 2008-09-13 08:41:22 +00:00
parent 98d8463d7b
commit dddbbf7954

View file

@ -23,6 +23,10 @@
# include <config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <simgear/compiler.h>
#include <osg/ref_ptr>