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