Files @ r24620:0e42b8aecad8
Branch filter:

Location: cpp/openttd-patchpack/source/src/os/windows/CMakeLists.txt

Patric Stout
Fix 85a49a0d3: hotkeys were enabled outside of GM_NORMAL (#8534)
1
2
3
4
5
6
7
8
add_files(
    crashlog_win.cpp
    string_uniscribe.cpp
    string_uniscribe.h
    win32.cpp
    win32.h
    CONDITION WIN32
)