mirror of https://github.com/mpv-player/mpv
Force gcc to emit function body under -gnu99
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27306 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9254d010ea
commit
a078ef894c
|
@ -1069,7 +1069,7 @@ static LRESULT CALLBACK EventProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
|
||||||
return DefWindowProc(hWnd, message, 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);
|
handlemsg(gui->mainwindow, evDropFile);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue