--- uae/src/od-win32/win32gui.c 2018/04/24 17:04:49 1.1.1.5 +++ uae/src/od-win32/win32gui.c 2018/04/24 17:06:35 1.1.1.6 @@ -3819,3 +3819,11 @@ void gui_message(const char *format,...) resume_sound(); } + +void gui_lock (void) +{ +} + +void gui_unlock (void) +{ +}