| 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/dlls/kernel/process.c b/dlls/kernel/process.c index 1776856..cca03ea 100644 --- a/dlls/kernel/process.c +++ b/dlls/kernel/process.c
@@ -33,9 +33,10 @@ #endif #include <sys/types.h> +#include "ntstatus.h" +#define WIN32_NO_STATUS #include "wine/winbase16.h" #include "wine/winuser16.h" -#include "ntstatus.h" #include "winioctl.h" #include "winternl.h" #include "module.h"