Module: wine Branch: master Commit: 069e6c7063907866e7e2e0f8252e600295667cfc URL: http://source.winehq.org/git/wine.git/?a=commit;h=069e6c7063907866e7e2e0f825...
Author: Bang Jun-Young junyoung@mogua.com Date: Sat Jan 20 17:29:40 2007 +0900
wineoss.drv: config.h police.
---
dlls/wineoss.drv/audio.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/wineoss.drv/audio.h b/dlls/wineoss.drv/audio.h index a3d7a21..6fdb670 100644 --- a/dlls/wineoss.drv/audio.h +++ b/dlls/wineoss.drv/audio.h @@ -21,6 +21,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#ifndef __WINE_CONFIG_H +# error You must include config.h to use this header +#endif + #ifdef HAVE_OSS
/* unless someone makes a wineserver kernel module, Unix pipes are faster than win32 events */