mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 12:57:14 +02:00
Added missing using declarations.
[SVN r86454]
This commit is contained in:
@ -55,11 +55,13 @@ namespace winapi
|
|||||||
using ::CreateEventW;
|
using ::CreateEventW;
|
||||||
using ::OpenEventW;
|
using ::OpenEventW;
|
||||||
using ::CreateSemaphoreW;
|
using ::CreateSemaphoreW;
|
||||||
|
using ::OpenSemaphoreW;
|
||||||
# else
|
# else
|
||||||
using ::CreateMutexA;
|
using ::CreateMutexA;
|
||||||
using ::CreateEventA;
|
using ::CreateEventA;
|
||||||
using ::OpenEventA;
|
using ::OpenEventA;
|
||||||
using ::CreateSemaphoreA;
|
using ::CreateSemaphoreA;
|
||||||
|
using ::OpenSemaphoreA;
|
||||||
# endif
|
# endif
|
||||||
using ::ReleaseMutex;
|
using ::ReleaseMutex;
|
||||||
using ::ReleaseSemaphore;
|
using ::ReleaseSemaphore;
|
||||||
|
Reference in New Issue
Block a user