mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
- 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:
parent
bbdf312552
commit
682255c554
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue