mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
Define NTOSAPI before including ntddk.h to avoid including function prototypes with dllimport
svn path=/trunk/; revision=24359
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user