mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Fix for Windows
This commit is contained in:
parent
11d98d2903
commit
688fdbbf1a
@ -15,7 +15,7 @@
|
|||||||
#include "config_ptloader.h"
|
#include "config_ptloader.h"
|
||||||
|
|
||||||
// This needs to be included first to work around a bug in OSX 10.4.
|
// This needs to be included first to work around a bug in OSX 10.4.
|
||||||
#ifdef HAVE_FCOLLADA
|
#if defined(HAVE_FCOLLADA) && defined(IS_OSX)
|
||||||
#include "daeToEggConverter.h"
|
#include "daeToEggConverter.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -30,6 +30,11 @@
|
|||||||
#include "config_xfile.h"
|
#include "config_xfile.h"
|
||||||
#include "xFileToEggConverter.h"
|
#include "xFileToEggConverter.h"
|
||||||
|
|
||||||
|
// Windows freaks out if this input is placed earlier.
|
||||||
|
#if defined(HAVE_FCOLLADA) && !defined(IS_OSX)
|
||||||
|
#include "daeToEggConverter.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
#include "loaderFileTypeRegistry.h"
|
#include "loaderFileTypeRegistry.h"
|
||||||
#include "eggData.h"
|
#include "eggData.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user