mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fixed preprocessor #if to #ifdef
This commit is contained in:
parent
0ff068817e
commit
1487daac3d
@ -164,11 +164,11 @@ void MainDialog::play()
|
||||
// First do a write of all the configs, just to be sure
|
||||
writeConfig();
|
||||
|
||||
#if Q_WS_WIN
|
||||
#ifdef Q_WS_WIN
|
||||
// Windows TODO: proper install path handling
|
||||
QString game = "./openmw.exe";
|
||||
QFile file(game);
|
||||
# else
|
||||
#else
|
||||
QString game = "./openmw";
|
||||
QFile file(game);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user