medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 007770b61ae2ff7485efb75af0de6f764ddc9c8a
parent ac502713b4283ac256334f98eca93c793d598782
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 14 16:03:40 +0100

log.h in win32_semaphore.h

Diffstat:
win32_semaphore.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/win32_semaphore.h b/win32_semaphore.h @@ -3,6 +3,8 @@ #include <windows.h> +#include "log.h" + struct Semaphore { HANDLE sem; };