projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8379eaf
)
Added backward compatibility define
author
Armin Novak
<armin.novak@thincast.com>
Wed, 14 Oct 2020 07:19:57 +0000
(09:19 +0200)
committer
akallabeth
<akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000
(09:51 +0100)
(cherry picked from commit
a22f264189b112ac1b334ef33cd2a2615b0b8140
)
winpr/include/winpr/shell.h
patch
|
blob
|
history
diff --git
a/winpr/include/winpr/shell.h
b/winpr/include/winpr/shell.h
index
8329bed
..
72931a0
100644
(file)
--- a/
winpr/include/winpr/shell.h
+++ b/
winpr/include/winpr/shell.h
@@
-84,6
+84,9
@@
typedef enum
FD_UNICODE = 0x80000000
} FD_FLAGS;
+/* Deprecated, here for compatibility */
+#define FD_SHOWPROGRESSUI FD_PROGRESSUI
+
/* FILEDESCRIPTOR.dwFileAttributes */
#define FILE_ATTRIBUTE_READONLY 0x00000001
#define FILE_ATTRIBUTE_HIDDEN 0x00000002