aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/MyUnknown.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-06-21 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 14:59:19 +0500
commit5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch)
treefe5e17420300b715021a76328444088d32047963 /CPP/Common/MyUnknown.h
parent93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff)
download7zip-23.01.tar.gz
7zip-23.01.tar.bz2
7zip-23.01.zip
23.0123.01
Diffstat (limited to '')
-rw-r--r--CPP/Common/MyUnknown.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/CPP/Common/MyUnknown.h b/CPP/Common/MyUnknown.h
index ff025cb..75ee96f 100644
--- a/CPP/Common/MyUnknown.h
+++ b/CPP/Common/MyUnknown.h
@@ -1,17 +1,8 @@
1// MyUnknown.h 1// MyUnknown.h
2 2
3#ifndef __MY_UNKNOWN_H 3#ifndef ZIP7_INC_MY_UNKNOWN_H
4#define __MY_UNKNOWN_H 4#define ZIP7_INC_MY_UNKNOWN_H
5 5
6#include "MyWindows.h" 6#include "MyWindows.h"
7 7
8/*
9#ifdef _WIN32
10#include <basetyps.h>
11#include <unknwn.h>
12#else
13#include "MyWindows.h"
14#endif
15*/
16
17#endif 8#endif