[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)
This commit is contained in:
Hermès Bélusca-Maïto 2024-03-07 13:07:23 +01:00
parent def2fe5dc3
commit e1d334794a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
22 changed files with 4 additions and 22 deletions

View file

@ -31,7 +31,6 @@
/* Public headers */ /* Public headers */
#ifdef __REACTOS__ #ifdef __REACTOS__
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <ntifs.h> #include <ntifs.h>
#include <ioaccess.h> #include <ioaccess.h>

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntdef.h> #include <ntdef.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -6,7 +6,6 @@
* explicit reference counting if this turns out not to be acceptable. * explicit reference counting if this turns out not to be acceptable.
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -2,7 +2,6 @@
* Dwarf address ranges parsing code. * Dwarf address ranges parsing code.
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -8,7 +8,6 @@
* the same encoding. * the same encoding.
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -2,7 +2,6 @@
* Dwarf data format parsing routines. * Dwarf data format parsing routines.
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -2,7 +2,6 @@
* Dwarf info parse and search. * Dwarf info parse and search.
*/ */
#define NTOSAPI
#include <ntifs.h> #include <ntifs.h>
#include <ndk/ntndk.h> #include <ndk/ntndk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>

View file

@ -1,4 +1,4 @@
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -11,7 +11,6 @@
* The encoding may be small, but it sure isn't simple! * The encoding may be small, but it sure isn't simple!
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -1,4 +1,4 @@
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include <ntimage.h> #include <ntimage.h>

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntdef.h> #include <ntdef.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntdef.h> #include <ntdef.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntdef.h> #include <ntdef.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntdef.h> #include <ntdef.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -1,4 +1,4 @@
#define NTOSAPI
#include <ntifs.h> #include <ntifs.h>
#include <ndk/ntndk.h> #include <ndk/ntndk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <wdm.h> #include <wdm.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntifs.h> #include <ntifs.h>
#include <ndk/ntndk.h> #include <ndk/ntndk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -7,7 +7,6 @@
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
*/ */
#define NTOSAPI
#include <ntddk.h> #include <ntddk.h>
#include <reactos/rossym.h> #include <reactos/rossym.h>
#include "rossympriv.h" #include "rossympriv.h"

View file

@ -1,4 +1,4 @@
#define NTOSAPI
#include <ntifs.h> #include <ntifs.h>
#include <ntimage.h> #include <ntimage.h>
#include <ndk/psfuncs.h> #include <ndk/psfuncs.h>