Boost C++ Libraries

PrevUpHomeNext

Macro BOOST_PROCESS_WIN32_API

BOOST_PROCESS_WIN32_API — Defined if running under a Win32 system.

Synopsis

BOOST_PROCESS_WIN32_API

Description

This macro is defined (to no specific value) if Boost.Process is used on a system with Win32 process management semantics. It has to be clear that, although Windows has some support for POSIX functions, it is not considered to be a POSIX system.

Copyright © 2006 Julio M. Merino Vidal

PrevUpHomeNext