$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] WIN32 define case unaccessible ?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-02-09 19:15:55
El 09/02/2013 18:07, Antoine Pédron escribió:
____________________________________________________________________________
> #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
> #define BOOST_INTERPROCESS_WINDOWS
> #define BOOST_INTERPROCESS_FORCE_GENERIC_EMULATION
> #define BOOST_INTERPROCESS_HAS_KERNEL_BOOTTIME
> ____________________________________________________________________________
>
> and i can't see an #undef anywhere to get into the case i want.
You can't because it's highly experimental and not supported right now.
If you want to test it, you'll need to modify this header commenting out
#define BOOST_INTERPROCESS_FORCE_GENERIC_EMULATION
Best,
Ion