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