mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 00:07:06 -06:00
22.00
This commit is contained in:
2
CPP/Common/MyWindows.h
Normal file → Executable file
2
CPP/Common/MyWindows.h
Normal file → Executable file
@@ -76,7 +76,6 @@ typedef struct _FILETIME
|
||||
DWORD dwHighDateTime;
|
||||
} FILETIME;
|
||||
|
||||
#define HRESULT LONG
|
||||
#define SUCCEEDED(hr) ((HRESULT)(hr) >= 0)
|
||||
#define FAILED(hr) ((HRESULT)(hr) < 0)
|
||||
typedef ULONG PROPID;
|
||||
@@ -150,6 +149,7 @@ enum VARENUM
|
||||
VT_VARIANT = 12,
|
||||
VT_UNKNOWN = 13,
|
||||
VT_DECIMAL = 14,
|
||||
|
||||
VT_I1 = 16,
|
||||
VT_UI1 = 17,
|
||||
VT_UI2 = 18,
|
||||
|
||||
Reference in New Issue
Block a user