Module: wine Branch: master Commit: b71e42b794e46f63368e9932aa2bc2bfa7e6a2ea URL: http://source.winehq.org/git/wine.git/?a=commit;h=b71e42b794e46f63368e9932aa...
Author: Bang Jun-Young junyoung@mogua.com Date: Mon Jan 29 22:52:00 2007 +0900
wininet: config.h police.
---
dlls/wininet/internet.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/wininet/internet.h b/dlls/wininet/internet.h index 438654b..846e705 100644 --- a/dlls/wininet/internet.h +++ b/dlls/wininet/internet.h @@ -23,6 +23,10 @@ #ifndef _WINE_INTERNET_H_ #define _WINE_INTERNET_H_
+#ifndef __WINE_CONFIG_H +# error You must include config.h to use this header +#endif + #include "wine/unicode.h"
#include <time.h>