mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[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) and526efd2ee
(r24359)
This commit is contained in:
parent
def2fe5dc3
commit
e1d334794a
22 changed files with 4 additions and 22 deletions
|
@ -31,7 +31,6 @@
|
|||
|
||||
/* Public headers */
|
||||
#ifdef __REACTOS__
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <ntifs.h>
|
||||
#include <ioaccess.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntdef.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Dwarf address ranges parsing code.
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
* the same encoding.
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Dwarf data format parsing routines.
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Dwarf info parse and search.
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntifs.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <reactos/rossym.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define NTOSAPI
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define NTOSAPI
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include <ntimage.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntdef.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntdef.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntdef.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntdef.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define NTOSAPI
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <reactos/rossym.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <wdm.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntifs.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <reactos/rossym.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
|
||||
*/
|
||||
|
||||
#define NTOSAPI
|
||||
#include <ntddk.h>
|
||||
#include <reactos/rossym.h>
|
||||
#include "rossympriv.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define NTOSAPI
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <ntimage.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
|
|
Loading…
Reference in a new issue