aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/MyWindows.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2022-06-20 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 13:35:20 +0500
commita3e1d227377188734b82f023f96f8e25dc40f3e6 (patch)
tree23cad8d47eb23d26ea727b4f7f4a65124f724065 /CPP/Common/MyWindows.h
parentf19f813537c7aea1c20749c914e756b54a9c3cf5 (diff)
download7zip-22.00.tar.gz
7zip-22.00.tar.bz2
7zip-22.00.zip
22.0022.00
Diffstat (limited to 'CPP/Common/MyWindows.h')
-rw-r--r--CPP/Common/MyWindows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/MyWindows.h b/CPP/Common/MyWindows.h
index 0664a5e..15db524 100644
--- a/CPP/Common/MyWindows.h
+++ b/CPP/Common/MyWindows.h
@@ -76,7 +76,6 @@ typedef struct _FILETIME
76 DWORD dwHighDateTime; 76 DWORD dwHighDateTime;
77} FILETIME; 77} FILETIME;
78 78
79#define HRESULT LONG
80#define SUCCEEDED(hr) ((HRESULT)(hr) >= 0) 79#define SUCCEEDED(hr) ((HRESULT)(hr) >= 0)
81#define FAILED(hr) ((HRESULT)(hr) < 0) 80#define FAILED(hr) ((HRESULT)(hr) < 0)
82typedef ULONG PROPID; 81typedef ULONG PROPID;
@@ -150,6 +149,7 @@ enum VARENUM
150 VT_VARIANT = 12, 149 VT_VARIANT = 12,
151 VT_UNKNOWN = 13, 150 VT_UNKNOWN = 13,
152 VT_DECIMAL = 14, 151 VT_DECIMAL = 14,
152
153 VT_I1 = 16, 153 VT_I1 = 16,
154 VT_UI1 = 17, 154 VT_UI1 = 17,
155 VT_UI2 = 18, 155 VT_UI2 = 18,