summaryrefslogtreecommitdiff
path: root/windows/JackWinProcessSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/JackWinProcessSync.h')
-rw-r--r--windows/JackWinProcessSync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/JackWinProcessSync.h b/windows/JackWinProcessSync.h
index 4a3fa467..1c1f8071 100644
--- a/windows/JackWinProcessSync.h
+++ b/windows/JackWinProcessSync.h
@@ -21,7 +21,6 @@ This program is free software; you can redistribute it and/or modify
#define __JackWinProcessSync__
#include <windows.h>
-#include <new>
namespace Jack
{
@@ -41,7 +40,7 @@ class JackWinProcessSync
JackWinProcessSync()
{
- fEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
+ fEvent = (HANDLE)CreateEvent(NULL, FALSE, FALSE, NULL);
}
~JackWinProcessSync()
{