- No, Winetests doesn't treat ntdef.h as a PSDK header, they don't include it. The include was added when the Winetest was added to ros, because of missing NTSTATUS type. Include NDK instead.

svn path=/trunk/; revision=37548
This commit is contained in:
Stefan Ginsberg 2008-11-22 11:03:56 +00:00
parent bbdf312552
commit 682255c554

View file

@ -20,9 +20,9 @@
#include <stdio.h>
#include <assert.h>
#include <ntdef.h>
#include <windows.h>
#include <winreg.h>
#include <ntndk.h>
#include "wine/test.h"
#ifndef STATUS_DEBUGGER_INACTIVE