Match PSDK STATUS_* definitions.
diff --git a/server/handle.c b/server/handle.c
index b9312ce..176249e 100644
--- a/server/handle.c
+++ b/server/handle.c
@@ -28,6 +28,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "ntstatus.h"
+#define WIN32_NO_STATUS
 #include "windef.h"
 #include "winternl.h"