Fix compilation errors for POSIX files and make premake4-linux executable.
Former-commit-id: bb094585a678b983e25b55c4fab00665e66f64c5
This commit is contained in:
@@ -23,7 +23,7 @@ class NzThreadImpl
|
||||
static void Sleep(nzUInt32 time);
|
||||
|
||||
private:
|
||||
static unsigned int ThreadProc(void* userdata);
|
||||
static void* ThreadProc(void* userdata);
|
||||
|
||||
pthread_t m_handle;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user