X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d98a58c543948d84d9287e6fa53a5539d662b7a5..616c0d1f3ac084bb92f0a75dc48812e8647f1b22:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 7ee8361ee9..9b5ab4e2ef 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -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__