Commit 4904c807 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent eafa99ea
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment