mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
trunk/branch integration: VxWorks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user