Fix compile errors on Linux
This commit is contained in:
parent
91fde2b3ed
commit
1bec439304
|
|
@ -18,6 +18,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: P3DConditionVar::Constructor
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ private:
|
|||
string _shared_filename;
|
||||
SubprocessWindowBuffer *_swbuffer;
|
||||
char *_reversed_buffer;
|
||||
#endif __APPLE__
|
||||
#endif // __APPLE__
|
||||
|
||||
P3DSplashWindow *_splash_window;
|
||||
bool _instance_window_opened;
|
||||
|
|
|
|||
Loading…
Reference in New Issue