diff options
| author | 2011-02-09 15:01:01 +0000 | |
|---|---|---|
| committer | 2011-02-09 15:01:01 +0000 | |
| commit | 4fa610aa02582fe7b86688a05c5ee7f92b703497 (patch) | |
| tree | d8c1155af3236f2e9259bd906c9ed26aa33f1142 /src/osd/windows/winmenu.c | |
| parent | a38c67f27bf9f10b4bafa7db0344df68b8560ff5 (diff) | |
Cleanups and version bump.mame0141u2
Diffstat (limited to 'src/osd/windows/winmenu.c')
| -rw-r--r-- | src/osd/windows/winmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/winmenu.c b/src/osd/windows/winmenu.c index d0fe646e22d..1b13a13e644 100644 --- a/src/osd/windows/winmenu.c +++ b/src/osd/windows/winmenu.c @@ -64,4 +64,4 @@ LRESULT CALLBACK winwindow_video_window_proc_ui(HWND wnd, UINT message, WPARAM w int win_create_menu(running_machine *machine, HMENU *menus) { return 0; -}
\ No newline at end of file +} |
