aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/pdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/elf2dmp/pdb.h')
-rw-r--r--contrib/elf2dmp/pdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/elf2dmp/pdb.h b/contrib/elf2dmp/pdb.h
index 1640d544eb..4ea8925ee8 100644
--- a/contrib/elf2dmp/pdb.h
+++ b/contrib/elf2dmp/pdb.h
@@ -9,12 +9,14 @@
#define PDB_H
+#ifndef _WIN32
typedef struct GUID {
unsigned int Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
+#endif
struct PDB_FILE {
uint32_t size;