SGThread: compile under MSVC

This commit is contained in:
Christian Schmitt
2012-11-28 18:29:15 +01:00
parent 35aae588b8
commit 3391c44107

View File

@@ -81,7 +81,7 @@ struct SGThread::PrivateData {
HANDLE _handle;
};
static long SGThread::current( void ) {
long SGThread::current( void ) {
return (long)GetCurrentThreadId();
}