summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/win32/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/win32/gui.c b/gui/win32/gui.c
index 1fd0fcd24a..56b4c0c37a 100644
--- a/gui/win32/gui.c
+++ b/gui/win32/gui.c
@@ -1069,7 +1069,7 @@ static LRESULT CALLBACK EventProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
return DefWindowProc(hWnd, message, wParam, lParam);
}
-inline void startplay(gui_t *gui)
+__attribute__((gnu_inline)) inline void startplay(gui_t *gui)
{
handlemsg(gui->mainwindow, evDropFile);
}