Skip to content

Commit 3f96772

Browse files
committed
[DISKPART] Use the PSDK diskguid.h instead of our own guid.h
1 parent c3f3b2b commit 3f96772

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

base/system/diskpart/diskpart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
#include <fmifs/fmifs.h>
5353
#include <guiddef.h>
54+
#include <diskguid.h>
5455

55-
#include "guid.h"
5656
#include "resource.h"
5757

5858
//#define DUMP_PARTITION_TABLE

base/system/diskpart/guid.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

22
#define INITGUID
33
#include <guiddef.h>
4-
5-
#include "guid.h"
6-
4+
#include <diskguid.h>

base/system/diskpart/guid.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

base/system/diskpart/partlist.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* INCLUDES *******************************************************************/
1010

1111
#include "diskpart.h"
12-
#include "guid.h"
1312
#include <ntddscsi.h>
1413

1514
#define NDEBUG

0 commit comments

Comments
 (0)