Author: akhaldi Date: Mon Feb 6 22:01:35 2012 New Revision: 55473
URL: http://svn.reactos.org/svn/reactos?rev=55473&view=rev Log: [NTOSKRNL] * Fix build.
Modified: branches/usb-bringup-trunk/ntoskrnl/fstub/fstubex.c
Modified: branches/usb-bringup-trunk/ntoskrnl/fstub/fstubex.c URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/ntoskrnl/fstub... ============================================================================== --- branches/usb-bringup-trunk/ntoskrnl/fstub/fstubex.c [iso-8859-1] (original) +++ branches/usb-bringup-trunk/ntoskrnl/fstub/fstubex.c [iso-8859-1] Mon Feb 6 22:01:35 2012 @@ -52,27 +52,6 @@ ULONGLONG Attributes; // 48 WCHAR Name[0x24]; // 56 } EFI_PARTITION_ENTRY, *PEFI_PARTITION_ENTRY; - -typedef struct _CREATE_DISK_MBR -{ - ULONG Signature; -} CREATE_DISK_MBR, *PCREATE_DISK_MBR; - -typedef struct _CREATE_DISK_GPT -{ - GUID DiskId; - ULONG MaxPartitionCount; -} CREATE_DISK_GPT, *PCREATE_DISK_GPT; - -typedef struct _CREATE_DISK -{ - PARTITION_STYLE PartitionStyle; - union - { - CREATE_DISK_MBR Mbr; - CREATE_DISK_GPT Gpt; - }; -} CREATE_DISK, *PCREATE_DISK;
typedef struct _PARTITION_TABLE_ENTRY {