Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86454 - trunk/boost/detail/winapi
From: andrey.semashev_at_[hidden]
Date: 2013-10-26 11:18:22


Author: andysem
Date: 2013-10-26 11:18:21 EDT (Sat, 26 Oct 2013)
New Revision: 86454
URL: http://svn.boost.org/trac/boost/changeset/86454

Log:
Added missing using declarations.

Text files modified:
   trunk/boost/detail/winapi/synchronization.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/detail/winapi/synchronization.hpp
==============================================================================
--- trunk/boost/detail/winapi/synchronization.hpp Sat Oct 26 11:07:34 2013 (r86453)
+++ trunk/boost/detail/winapi/synchronization.hpp 2013-10-26 11:18:21 EDT (Sat, 26 Oct 2013) (r86454)
@@ -55,11 +55,13 @@
     using ::CreateEventW;
     using ::OpenEventW;
     using ::CreateSemaphoreW;
+ using ::OpenSemaphoreW;
 # else
     using ::CreateMutexA;
     using ::CreateEventA;
     using ::OpenEventA;
     using ::CreateSemaphoreA;
+ using ::OpenSemaphoreA;
 # endif
     using ::ReleaseMutex;
     using ::ReleaseSemaphore;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk