From f2b409b16c102dc2e58f3d66673da2c4b4a718f0 Mon Sep 17 00:00:00 2001 From: Marian Krivos Date: Mon, 22 Aug 2011 17:50:56 +0000 Subject: [PATCH] trunk/branch integration: VxWorks --- Foundation/include/Poco/SharedLibrary.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Foundation/include/Poco/SharedLibrary.h b/Foundation/include/Poco/SharedLibrary.h index ae30b0388..08e9c7ab3 100644 --- a/Foundation/include/Poco/SharedLibrary.h +++ b/Foundation/include/Poco/SharedLibrary.h @@ -1,7 +1,7 @@ // // SharedLibrary.h // -// $Id: //poco/svn/Foundation/include/Poco/SharedLibrary.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary.h#2 $ // // Library: Foundation // Package: SharedLibrary @@ -45,6 +45,8 @@ #if defined(hpux) || defined(_hpux) #include "Poco/SharedLibrary_HPUX.h" +#elif defined(POCO_VXWORKS) +#include "Poco/SharedLibrary_VX.h" #elif defined(POCO_OS_FAMILY_UNIX) #include "Poco/SharedLibrary_UNIX.h" #elif defined(POCO_OS_FAMILY_WINDOWS) && defined(POCO_WIN32_UTF8)