[SDK:REACTOS][CMLIB][BOOT] Get rid of the FreeLdr-specific __FREELDR_H define, and use the standard NT _BLDR_ instead.

This standard _BLDR_ define is already defined for both FreeLdr and
boot/environ UEFI bootloader lib, so no actual behavioural changes
should occur.
This commit is contained in:
Hermès Bélusca-Maïto 2022-03-20 16:45:51 +01:00
parent 44a6987493
commit 9d3c3a757a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 5 additions and 6 deletions

View file

@ -42,7 +42,6 @@
#include <GlobalVariable.h>
/* Registry Headers */
#define __FREELDR_H
#include <cmlib.h>
/* DEFINES *******************************************************************/