From 0ead750489ede80654df15c4f176a35e28ae2e7f Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 25 Oct 2022 23:21:58 +0200 Subject: [PATCH] Remove useless forward reference --- xtldr/includes/bldefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xtldr/includes/bldefs.h b/xtldr/includes/bldefs.h index d003ed5..cfdc8bb 100644 --- a/xtldr/includes/bldefs.h +++ b/xtldr/includes/bldefs.h @@ -31,7 +31,4 @@ #define XT_WINNT_BOOT_PROTOCOL_GUID {0x98A80819, 0x5854, 0x424C, {0x37, 0x17, 0x00, 0x2A, 0x55, 0xA3, 0x09, 0xDC}} #define XT_XTOS_BOOT_PROTOCOL_GUID {0xFF8AD077, 0x5854, 0x424C, {0xA1, 0x77, 0x00, 0x92, 0xEF, 0x1C, 0x09, 0xDC}} -/* Structures forward references */ -typedef struct _XT_BOOT_LOADER_PROTOCOL XT_BOOT_LOADER_PROTOCOL, *PXT_BOOT_LOADER_PROTOCOL; - #endif /* __XTLDR_BLDEFS_H */