summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/window.h')
-rw-r--r--src/osd/windows/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h
index d1383a7b5c7..aec73a077d9 100644
--- a/src/osd/windows/window.h
+++ b/src/osd/windows/window.h
@@ -127,7 +127,7 @@ void winwindow_ui_exec_on_main_thread(void (*func)(void *), void *param);
void winwindow_dispatch_message(MSG *message);
#if HAS_WINDOW_MENU
-int win_create_menu(HMENU *menus);
+int win_create_menu(running_machine *machine, HMENU *menus);
#endif