wine/test.h: Don't allow to use config.h in tests.

oldstable
Alexandre Julliard 2008-07-08 21:29:28 +02:00
parent eafa99ea55
commit 4904c807d8
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#include <windef.h>
#include <winbase.h>
#ifdef __WINE_CONFIG_H
#error config.h should not be used in Wine tests
#endif
#ifdef __WINE_WINE_LIBRARY_H
#error wine/library.h should not be used in Wine tests
#endif