We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f3b2b commit 3f96772Copy full SHA for 3f96772
base/system/diskpart/diskpart.h
@@ -51,8 +51,8 @@
51
52
#include <fmifs/fmifs.h>
53
#include <guiddef.h>
54
+#include <diskguid.h>
55
-#include "guid.h"
56
#include "resource.h"
57
58
//#define DUMP_PARTITION_TABLE
base/system/diskpart/guid.c
@@ -1,6 +1,4 @@
1
2
#define INITGUID
3
4
-
5
6
base/system/diskpart/guid.h
base/system/diskpart/partlist.c
@@ -9,7 +9,6 @@
9
/* INCLUDES *******************************************************************/
10
11
#include "diskpart.h"
12
13
#include <ntddscsi.h>
14
15
#define NDEBUG
0 commit comments