mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-24 05:25:50 +02:00
wxWidgets 3.0 and w32pthreads both define mode_t on Windows, causing a redefinition error. The w32pthreads mode_t doesn't get used, so I've chosen the wxWidgets definition. Also add <algorithm> (required by min and max) which is no longer implicitly included on Windows, and wx/crt.h, required by wxVsnprintf in wxWidgets 3.0