J :
* Have JGE compile on Darwin architecture. * I'm not saying it works, just that it compiles. * This needs testing on other macs than just mine.
This commit is contained in:
@@ -43,9 +43,12 @@ void JNetwork::EndInstance(){
|
||||
|
||||
|
||||
|
||||
#if defined (WIN32) || defined (LINUX)
|
||||
#if defined (WIN32)
|
||||
DWORD JNetwork::netthread = 0;
|
||||
int JNetwork::connected_to_ap = 1;
|
||||
#elif defined (LINUX)
|
||||
pthread_t JNetwork::netthread = NULL;
|
||||
int JNetwork::connected_to_ap = 1;
|
||||
#else
|
||||
int JNetwork::connected_to_ap = 0;
|
||||
int JNetwork::netthread = 0;
|
||||
|
||||
Reference in New Issue
Block a user