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>
|
||||
|
||||
#else defined(__APPLE__)
|
||||
#elif defined(__APPLE__)
|
||||
|
||||
// On Mac, Gecko requires this symbol to be defined.
|
||||
#define XP_MACOSX
|
||||
|
||||
#else
|
||||
|
||||
#define XP_UNIX
|
||||
|
||||
#endif // _WIN32, __APPLE__
|
||||
|
||||
#include "npapi.h"
|
||||
|
@ -16,6 +16,8 @@
|
||||
#include "startup.h"
|
||||
#include "p3d_plugin_config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: PPInstance::Constructor
|
||||
// Access: Public
|
||||
|
Loading…
x
Reference in New Issue
Block a user