winnt.h should not be self-contained, it must depend on windef.h so
that STRICT works correctly; moved some definitions back to windef.h
where they belong, and removed a couple of definitions that don't
exist on Windows.

diff --git a/server/change.c b/server/change.c
index daa0cad..a631642 100644
--- a/server/change.c
+++ b/server/change.c
@@ -22,7 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "winnt.h"
+#include "windef.h"
 
 #include "handle.h"
 #include "thread.h"