mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
move some wine headers to the PSDK
svn path=/trunk/; revision=16314
This commit is contained in:
parent
af4ad253eb
commit
6d73043da8
6 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,9 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <roscfg.h>
|
#include <roscfg.h>
|
||||||
|
|
||||||
|
/* basic types */
|
||||||
|
#include <basetsd.h>
|
||||||
|
|
||||||
/* DDK/IFS/NDK Headers */
|
/* DDK/IFS/NDK Headers */
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <ddk/ntifs.h>
|
#include <ddk/ntifs.h>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ntoskrnl.h>
|
#include <ntoskrnl.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
Loading…
Reference in a new issue