mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// PipeImpl.h
|
// PipeImpl.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/PipeImpl.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/PipeImpl.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Processes
|
// Package: Processes
|
||||||
@@ -44,7 +44,11 @@
|
|||||||
|
|
||||||
|
|
||||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||||
|
#if defined(_WIN32_WCE)
|
||||||
|
#include "PipeImpl_DUMMY.h"
|
||||||
|
#else
|
||||||
#include "Poco/PipeImpl_WIN32.h"
|
#include "Poco/PipeImpl_WIN32.h"
|
||||||
|
#endif
|
||||||
#elif defined(POCO_OS_FAMILY_UNIX)
|
#elif defined(POCO_OS_FAMILY_UNIX)
|
||||||
#include "Poco/PipeImpl_POSIX.h"
|
#include "Poco/PipeImpl_POSIX.h"
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user