mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
ce3cbe2c3e
commit
926f5b2982
@ -9,10 +9,15 @@
|
|||||||
#include <pandabase.h>
|
#include <pandabase.h>
|
||||||
#include <clientBase.h>
|
#include <clientBase.h>
|
||||||
|
|
||||||
#if defined(WIN32_VC) && defined(CPPPARSER)
|
#ifdef CPPPARSER
|
||||||
// For correct interrogate parsing of UNC's vrpn library.
|
// For correct interrogate parsing of UNC's vrpn library.
|
||||||
#define _WIN32
|
#ifdef WIN32_VC
|
||||||
#define SOCKET int
|
#define _WIN32
|
||||||
|
#define SOCKET int
|
||||||
|
#else
|
||||||
|
#define linux
|
||||||
|
typedef struct timeval timeval;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <vrpn_Connection.h>
|
#include <vrpn_Connection.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user