]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Enable variadic macros for VC9 and later.
[wxWidgets.git] / include / wx / thread.h
index 7ee8361ee9400f75a7e7b78fe85e3682057cc8aa..9b5ab4e2efed96e6975ba27eee2f973e2a22dc7e 100644 (file)
@@ -266,10 +266,6 @@ private:
     //
     // if CRITICAL_SECTION size changes in Windows, you'll get an assert from
     // thread.cpp and will need to increase the buffer size
-    //
-    // finally, we need this typedef instead of declaring m_buffer directly
-    // because otherwise the assert mentioned above wouldn't compile with some
-    // compilers (notably CodeWarrior 8)
 #ifdef __WIN64__
     typedef char wxCritSectBuffer[40];
 #else // __WIN32__