mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Define NTOSAPI before including ntddk.h to avoid including function prototypes with dllimport
svn path=/trunk/; revision=24359
This commit is contained in:
parent
7fcf928e38
commit
526efd2ee7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#define NTOSAPI
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
#include <arc/arc.h>
|
#include <arc/arc.h>
|
||||||
#include <ketypes.h>
|
#include <ketypes.h>
|
||||||
|
|
Loading…
Reference in a new issue