mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure
This commit is contained in:
parent
424757c078
commit
ce9cba5edb
@ -634,10 +634,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
|
||||
ChangeDisplaySettings(NULL, 0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
} break;
|
||||
#endif
|
||||
}
|
||||
|
||||
return DefWindowProc(hwnd, msg, wParam, lParam);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user