diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 20:59:26 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 21:10:38 +0300 |
commit | c8d58231c87f7971b709f2bfc3afcea4cbd5f11f (patch) | |
tree | ca15496c0422f64aa0c58585d05fa50cea7250b0 | |
parent | 04787c119a2f5c2f2e588b7c5bb9f206308ffe9e (diff) | |
download | ydb-c8d58231c87f7971b709f2bfc3afcea4cbd5f11f.tar.gz |
Disable OS/2-specific includes
e21b66cb2289e5105bdf9ce752b5c3e9be219720
-rw-r--r-- | contrib/libs/libxml/xmlmodule.c | 2 | ||||
-rw-r--r-- | contrib/libs/lzma/common/tuklib_physmem.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libxml/xmlmodule.c b/contrib/libs/libxml/xmlmodule.c index 5091a59454..51cab69667 100644 --- a/contrib/libs/libxml/xmlmodule.c +++ b/contrib/libs/libxml/xmlmodule.c @@ -410,7 +410,7 @@ xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) #ifdef HAVE_OS2 -#include <os2.h> +#error #include <os2.h> /* * xmlModulePlatformOpen: diff --git a/contrib/libs/lzma/common/tuklib_physmem.c b/contrib/libs/lzma/common/tuklib_physmem.c index aace0ff09f..af03ed8e65 100644 --- a/contrib/libs/lzma/common/tuklib_physmem.c +++ b/contrib/libs/lzma/common/tuklib_physmem.c @@ -23,7 +23,7 @@ #elif defined(__OS2__) # define INCL_DOSMISC -# include <os2.h> +# error #include <os2.h> #elif defined(__DJGPP__) # error #include <dpmi.h> |