Compile again with MSVC. APIENTRY not defined after last changes
This commit is contained in:
parent
98d8463d7b
commit
dddbbf7954
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <osg/ref_ptr>
|
||||
|
|
Loading…
Add table
Reference in a new issue