diff options
author | thegeorg <[email protected]> | 2023-06-28 22:09:18 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2023-06-28 22:09:18 +0300 |
commit | fef9e85477600ab08d07ff1fbfa09f8096a13074 (patch) | |
tree | e8a88cd941a6e1ba6814e95339354e1e66aac719 /contrib/libs/libxml/libxml.h | |
parent | 17a85ebbecab569ae12788ada1352c56cc9b1e1c (diff) |
Disable includes instead of sysincl-ing them
Diffstat (limited to 'contrib/libs/libxml/libxml.h')
-rw-r--r-- | contrib/libs/libxml/libxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libxml/libxml.h b/contrib/libs/libxml/libxml.h index 648de30e64f..cd22b12c4fd 100644 --- a/contrib/libs/libxml/libxml.h +++ b/contrib/libs/libxml/libxml.h @@ -28,7 +28,7 @@ * This is needed to compile libxml2 for Windows CE. * At least I tested it with WinCE 5.0 for Emulator and WinCE 4.2/SH4 target */ -#include <win32config.h> +#error #include <win32config.h> #include <libxml/xmlversion.h> #else /* |