Fix some platform ifdef checks.

This commit is contained in:
Alex Shvartzkop
2024-06-01 04:14:48 +03:00
parent 0336fdbd54
commit cf7ad330e9
9 changed files with 16 additions and 26 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ void PYTHON_MANAGER::Execute( const wxString& aArgs,
wxString PYTHON_MANAGER::FindPythonInterpreter()
{
#ifdef __WXMSW__
#ifdef _WIN32
// TODO(JE) where
#else
wxArrayString output;