summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/notification_proxy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/notification_proxy.c b/src/notification_proxy.c
index 086dec4..6e09840 100644
--- a/src/notification_proxy.c
+++ b/src/notification_proxy.c
@@ -28,6 +28,10 @@
28#include "property_list_service.h" 28#include "property_list_service.h"
29#include "debug.h" 29#include "debug.h"
30 30
31#ifdef WIN32
32#define sleep(x) Sleep(x*1000)
33#endif
34
31struct np_thread { 35struct np_thread {
32 np_client_t client; 36 np_client_t client;
33 np_notify_cb_t cbfunc; 37 np_notify_cb_t cbfunc;