Fixed preprocessor #if to #ifdef

pull/21/head
Pieter van der Kloet 14 years ago
parent 0ff068817e
commit 1487daac3d

@ -164,7 +164,7 @@ 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);

Loading…
Cancel
Save