summaryrefslogtreecommitdiff
path: root/util/cbfstool/lzma/C/Common/MyInitGuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/lzma/C/Common/MyInitGuid.h')
-rw-r--r--util/cbfstool/lzma/C/Common/MyInitGuid.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/util/cbfstool/lzma/C/Common/MyInitGuid.h b/util/cbfstool/lzma/C/Common/MyInitGuid.h
deleted file mode 100644
index 5bdfeed564..0000000000
--- a/util/cbfstool/lzma/C/Common/MyInitGuid.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Common/MyInitGuid.h
-
-#ifndef __COMMON_MYINITGUID_H
-#define __COMMON_MYINITGUID_H
-
-#ifdef _WIN32
-#include <initguid.h>
-#else
-#define INITGUID
-#include "MyGuidDef.h"
-#endif
-
-#endif