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/timer.c b/server/timer.c
index 8b7eb8f..ddc137d 100644
--- a/server/timer.c
+++ b/server/timer.c
@@ -27,7 +27,7 @@
 #include <sys/time.h>
 #include <sys/types.h>
 
-#include "winnt.h"
+#include "windef.h"
 #include "handle.h"
 #include "request.h"