]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/thread.cpp
GetOsVersion() is now wxGUIAppTraits method instead of a global function
[wxWidgets.git] / src / os2 / thread.cpp
index ad67a34b117b6e7ee29e84b690341b596da85180..884f66cff4ed4f2e399c68560083655f34e61929 100644 (file)
@@ -484,6 +484,9 @@ bool wxThreadInternal::Create(
     {
         SetPriority(m_nPriority);
     }
+
+    m_eState = STATE_NEW;
+
     return(TRUE);
 }