Commit de0f015d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Move all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK.

Add some missing constants. Include ntstatus.h in winnt.h.
parent 065d5379
......@@ -18,13 +18,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "wine/test.h"
#include "winbase.h"
#include "winerror.h"
#include "rpcnterr.h"
#include "winternl.h"
#include "ntsecapi.h"
#include "wine/test.h"
#include <stdio.h>
ULONG (*statustodoserror)(NTSTATUS Status);
......
......@@ -94,6 +94,7 @@ INSTALLED_INCLUDES = \
nb30.h \
nspapi.h \
ntsecapi.h \
ntstatus.h \
oaidl.h \
objbase.h \
objidl.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment