mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Compile on Linux
This commit is contained in:
parent
5fea6fffd7
commit
17e61c21d7
@ -46,11 +46,15 @@ extern ofstream logfile;
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#else defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
|
|
||||||
// On Mac, Gecko requires this symbol to be defined.
|
// On Mac, Gecko requires this symbol to be defined.
|
||||||
#define XP_MACOSX
|
#define XP_MACOSX
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#define XP_UNIX
|
||||||
|
|
||||||
#endif // _WIN32, __APPLE__
|
#endif // _WIN32, __APPLE__
|
||||||
|
|
||||||
#include "npapi.h"
|
#include "npapi.h"
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#include "startup.h"
|
#include "startup.h"
|
||||||
#include "p3d_plugin_config.h"
|
#include "p3d_plugin_config.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: PPInstance::Constructor
|
// Function: PPInstance::Constructor
|
||||||
// Access: Public
|
// Access: Public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user