aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/MyWindows.h
diff options
context:
space:
mode:
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,