mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
trunk/branch integration: VxWorks
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// SharedLibrary.h
|
// SharedLibrary.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/SharedLibrary.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary.h#2 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: SharedLibrary
|
// Package: SharedLibrary
|
||||||
@@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
#if defined(hpux) || defined(_hpux)
|
#if defined(hpux) || defined(_hpux)
|
||||||
#include "Poco/SharedLibrary_HPUX.h"
|
#include "Poco/SharedLibrary_HPUX.h"
|
||||||
|
#elif defined(POCO_VXWORKS)
|
||||||
|
#include "Poco/SharedLibrary_VX.h"
|
||||||
#elif defined(POCO_OS_FAMILY_UNIX)
|
#elif defined(POCO_OS_FAMILY_UNIX)
|
||||||
#include "Poco/SharedLibrary_UNIX.h"
|
#include "Poco/SharedLibrary_UNIX.h"
|
||||||
#elif defined(POCO_OS_FAMILY_WINDOWS) && defined(POCO_WIN32_UTF8)
|
#elif defined(POCO_OS_FAMILY_WINDOWS) && defined(POCO_WIN32_UTF8)
|
||||||
|
|||||||
Reference in New Issue
Block a user