Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/MyUnknown.h')
-rwxr-xr-xCPP/Common/MyUnknown.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Common/MyUnknown.h b/CPP/Common/MyUnknown.h
index d28d8542..136145a7 100755
--- a/CPP/Common/MyUnknown.h
+++ b/CPP/Common/MyUnknown.h
@@ -9,7 +9,7 @@
#if (_WIN32_WCE > 300)
#include <basetyps.h>
#else
-#define MIDL_INTERFACE(x) struct
+#define MIDL_INTERFACE(x) struct
#endif
#else
#include <basetyps.h>
@@ -17,7 +17,7 @@
#include <unknwn.h>
-#else
+#else
#include "MyWindows.h"
#endif