comparison gui/win32/gui.c @ 27274:40227007298a

Force gcc to emit function body under -gnu99
author zuxy
date Thu, 17 Jul 2008 10:07:21 +0000
parents 9ba6d4487292
children 80ee781f6528
comparison
equal deleted inserted replaced
27273:e4f952e16705 27274:40227007298a
1067 return 0; 1067 return 0;
1068 } 1068 }
1069 return DefWindowProc(hWnd, message, wParam, lParam); 1069 return DefWindowProc(hWnd, message, wParam, lParam);
1070 } 1070 }
1071 1071
1072 inline void startplay(gui_t *gui) 1072 __attribute__((gnu_inline)) inline void startplay(gui_t *gui)
1073 { 1073 {
1074 handlemsg(gui->mainwindow, evDropFile); 1074 handlemsg(gui->mainwindow, evDropFile);
1075 } 1075 }
1076 1076
1077 /* returns the bits per pixel of the desktop */ 1077 /* returns the bits per pixel of the desktop */