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