mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 15:23:01 +01:00
Stub FindApp on Windows
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
# endif
|
||||
|
||||
# include "../OpenRCT2.h"
|
||||
# include "../common.h"
|
||||
# include "../core/Path.hpp"
|
||||
# include "../core/String.hpp"
|
||||
# include "Platform2.h"
|
||||
@@ -520,6 +521,12 @@ namespace Platform
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool FindApp(const std::string& app, std::string* output)
|
||||
{
|
||||
log_warning("FindApp not implemented for Windows!");
|
||||
return false;
|
||||
}
|
||||
} // namespace Platform
|
||||
|
||||
#endif
|
||||
|
||||
@@ -130,7 +130,6 @@ namespace Platform
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user