[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
22 changed files with 4 additions and 22 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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