reactos/sdk/lib/rossym_new/precomp.h
Hermès Bélusca-Maïto e1d334794a
[FREELDR][ROSSYM(_NEW)] Remove last vestigial references to "NTOSAPI".
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) and 526efd2ee (r24359)
2024-03-07 13:35:08 +01:00

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"