mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
e1d334794a
This was a MinGW-specific, non-MS-DDK/WDK-compatible define, that was used to mark NTOS kernel/hal exports, instead of NTSYSAPI etc. We have since fixed that, and changed the way Freeldr (and rossym) manages these, see commits:186c8b72d
(r16028),51f0dfd30
(r17651) and526efd2ee
(r24359)
11 lines
180 B
C
11 lines
180 B
C
|
|
#include <ntifs.h>
|
|
#include <ntimage.h>
|
|
#include <ndk/psfuncs.h>
|
|
#include <ndk/rtlfuncs.h>
|
|
#include <reactos/rossym.h>
|
|
|
|
#include "rossympriv.h"
|
|
#include "pe.h"
|
|
#include "dwarf.h"
|