From 069e6c7063907866e7e2e0f8252e600295667cfc Mon Sep 17 00:00:00 2001 From: Bang Jun-Young Date: Sat, 20 Jan 2007 17:29:40 +0900 Subject: [PATCH] wineoss.drv: config.h police. --- dlls/wineoss.drv/audio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/wineoss.drv/audio.h b/dlls/wineoss.drv/audio.h index a3d7a218e15..6fdb6701039 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 */