diff options
| author | thegeorg <[email protected]> | 2024-02-16 01:11:19 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2024-02-16 01:22:44 +0300 |
| commit | 4caca7eb9e8088dd04b3d5ece212a9770ee3013c (patch) | |
| tree | 411282770c6aa576164cb273618ff3ebdcbce863 | |
| parent | 4ba86122014389d824bb2dedf23ee694b4f0a412 (diff) | |
Disable more vxWorks-specific includes
9b6d2992af95ef25579663aa968e97ea2f5ad9ef
7 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Event_VX.h b/contrib/libs/poco/Foundation/include/Poco/Event_VX.h index 9dd23c75e4e..d1a3f9c7488 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Event_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Event_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h b/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h index f0f43eac3a1..384ab98362d 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> #include <errno.h> diff --git a/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h b/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h index 181afe2f5cb..1823c1ae115 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h b/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h index 883bdccb820..fe2dd5e47e9 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h @@ -24,7 +24,7 @@ #include "Poco/Event.h" #include "Poco/RefCountedObject.h" #include "Poco/AutoPtr.h" -#include <taskLib.h> +#error #include <taskLib.h> #error #include <taskVarLib.h> diff --git a/contrib/libs/poco/Foundation/src/Event_VX.cpp b/contrib/libs/poco/Foundation/src/Event_VX.cpp index 18f667156ed..667e89d0144 100644 --- a/contrib/libs/poco/Foundation/src/Event_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Event_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Event_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/src/Mutex_VX.cpp b/contrib/libs/poco/Foundation/src/Mutex_VX.cpp index a4b32acbbf6..60899168629 100644 --- a/contrib/libs/poco/Foundation/src/Mutex_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Mutex_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Mutex_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp b/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp index 5bc63b530c7..ad43a8ee797 100644 --- a/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Semaphore_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { |
