wine/test.h: Don't allow to use config.h in tests.
This commit is contained in:
parent
eafa99ea55
commit
4904c807d8
|
@ -26,6 +26,9 @@
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
|
|
||||||
|
#ifdef __WINE_CONFIG_H
|
||||||
|
#error config.h should not be used in Wine tests
|
||||||
|
#endif
|
||||||
#ifdef __WINE_WINE_LIBRARY_H
|
#ifdef __WINE_WINE_LIBRARY_H
|
||||||
#error wine/library.h should not be used in Wine tests
|
#error wine/library.h should not be used in Wine tests
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue