[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

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