Remove <ntstatus.h> to allow compilation with MS PSDK headers.

This commit is contained in:
Rolf Kalbermatter 2003-09-16 01:18:53 +00:00 committed by Alexandre Julliard
parent 2773106058
commit 55bcaec4f4
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include <stdlib.h>
#include "wine/test.h"
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"

View File

@ -24,7 +24,6 @@
#include <stdarg.h>
#include "wine/test.h"
#include <ntstatus.h>
#include <windef.h>
#include <winbase.h>
#include <winnt.h>