Remove wxPM, wxWidgets port to OS/2.
This port is not used and is not being worked on, so remove it to reduce the amount of the code which needs to be updated for every global change. Also remove tests for VisualAge compiler which isn't used since ages. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -277,7 +277,7 @@ private:
|
||||
|
||||
wxCritSectBuffer m_buffer;
|
||||
};
|
||||
#endif // Unix&OS2/Win32
|
||||
#endif // Unix/Win32
|
||||
|
||||
wxDECLARE_NO_COPY_CLASS(wxCriticalSection);
|
||||
};
|
||||
@@ -849,7 +849,7 @@ public:
|
||||
|
||||
#if wxUSE_THREADS
|
||||
|
||||
#if defined(__WINDOWS__) || defined(__OS2__) || defined(__EMX__) || defined(__DARWIN__)
|
||||
#if defined(__WINDOWS__) || defined(__DARWIN__)
|
||||
// unlock GUI if there are threads waiting for and lock it back when
|
||||
// there are no more of them - should be called periodically by the main
|
||||
// thread
|
||||
|
Reference in New Issue
Block a user