]> git.mxchange.org Git - simgear.git/commitdiff
SGThread: compile under MSVC
authorChristian Schmitt <chris@ilovelinux.de>
Wed, 28 Nov 2012 17:29:15 +0000 (18:29 +0100)
committerChristian Schmitt <chris@ilovelinux.de>
Wed, 28 Nov 2012 17:29:15 +0000 (18:29 +0100)
simgear/threads/SGThread.cxx

index b576121526193aad0e9fcc0c751e36c5e5c4da14..0ba71f408fc47485409d15d13c383d9e42f5a2df 100644 (file)
@@ -81,7 +81,7 @@ struct SGThread::PrivateData {
     HANDLE _handle;
 };
 
-static long SGThread::current( void ) {
+long SGThread::current( void ) {
     return (long)GetCurrentThreadId();
 }