| commit | 1a1583a3644f4b071f9980b614d43d0cead66ccf | [log] [tgz] |
|---|---|---|
| author | Ge van Geldorp <gvg@reactos.org> | Mon Nov 28 17:32:54 2005 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 28 17:32:54 2005 +0100 |
| tree | c0885c3ac019a93dce14fe8236cbca58f7724c73 | |
| parent | 19021aab0d437a86bc444425b13a323d971e2501 [diff] [blame] |
Match PSDK STATUS_* definitions.
diff --git a/server/class.c b/server/class.c index 77c7c58..d483aef 100644 --- a/server/class.c +++ b/server/class.c
@@ -27,6 +27,9 @@ #include <stdio.h> #include <string.h> +#include "ntstatus.h" +#define WIN32_NO_STATUS + #include "wine/list.h" #include "request.h" @@ -34,6 +37,7 @@ #include "process.h" #include "user.h" #include "winuser.h" +#include "winternl.h" struct window_class {