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
1 changed files with 1 additions and 1 deletions

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