mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- More hack, less build breakage
svn path=/trunk/; revision=37532
This commit is contained in:
parent
57cf5503f1
commit
c0dbb1b2c1
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
||||||
#ifndef _POWRPROF_H
|
#ifndef _POWRPROF_H
|
||||||
#define _POWRPROF_H
|
#define _POWRPROF_H
|
||||||
|
|
||||||
|
#ifndef __WINE_WINTERNL_H
|
||||||
/* FIXME: Include this, so NTSTATUS gets defined.
|
/* FIXME: Include this, so NTSTATUS gets defined.
|
||||||
Not very clean, but I can't get the hacH^H^H^override used
|
Not very clean, but I can't get the hacH^H^H^override used
|
||||||
by official PSDK to work. */
|
by official PSDK to work. */
|
||||||
#include <ntsecapi.h>
|
#include <ntsecapi.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in a new issue