Add InitSemaphore() to misc.h

pull/26/head
Selva Nair 2016-03-23 00:10:36 -04:00
parent 43d0ef3a5a
commit c8ddab1f90
1 changed files with 2 additions and 0 deletions

2
misc.h
View File

@ -33,4 +33,6 @@ BOOL wcsbegins(LPCWSTR, LPCWSTR);
BOOL ForceForegroundWindow(HWND);
BOOL IsUserAdmin(VOID);
HANDLE InitSemaphore (void);
#endif