Fix compilation errors for POSIX files and make premake4-linux executable.

Former-commit-id: bb094585a678b983e25b55c4fab00665e66f64c5
This commit is contained in:
Alexandre Janniaux
2013-01-05 01:53:54 +01:00
parent 9e0d263694
commit c2e197bda5
8 changed files with 34 additions and 28 deletions

View File

@@ -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;
};