forked from boostorg/detail
Added missing using declarations.
[SVN r86455]
This commit is contained in:
@ -52,12 +52,14 @@ namespace winapi
|
|||||||
|
|
||||||
# ifdef BOOST_NO_ANSI_APIS
|
# ifdef BOOST_NO_ANSI_APIS
|
||||||
using ::CreateMutexW;
|
using ::CreateMutexW;
|
||||||
|
using ::OpenMutexW;
|
||||||
using ::CreateEventW;
|
using ::CreateEventW;
|
||||||
using ::OpenEventW;
|
using ::OpenEventW;
|
||||||
using ::CreateSemaphoreW;
|
using ::CreateSemaphoreW;
|
||||||
using ::OpenSemaphoreW;
|
using ::OpenSemaphoreW;
|
||||||
# else
|
# else
|
||||||
using ::CreateMutexA;
|
using ::CreateMutexA;
|
||||||
|
using ::OpenMutexA;
|
||||||
using ::CreateEventA;
|
using ::CreateEventA;
|
||||||
using ::OpenEventA;
|
using ::OpenEventA;
|
||||||
using ::CreateSemaphoreA;
|
using ::CreateSemaphoreA;
|
||||||
|
Reference in New Issue
Block a user