1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

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:
zuxy 2008-07-17 10:07:21 +00:00
parent 9254d010ea
commit a078ef894c

View File

@ -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);
}