projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d709a0
)
[PSDK] Add missing PSPCB_ADDREF. CORE-12823
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 5 Mar 2017 20:49:12 +0000
(20:49 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 5 Mar 2017 20:49:12 +0000
(20:49 +0000)
svn path=/trunk/; revision=74089
reactos/sdk/include/psdk/prsht.h
patch
|
blob
|
history
diff --git
a/reactos/sdk/include/psdk/prsht.h
b/reactos/sdk/include/psdk/prsht.h
index
b68f0bc
..
0356c7e
100644
(file)
--- a/
reactos/sdk/include/psdk/prsht.h
+++ b/
reactos/sdk/include/psdk/prsht.h
@@
-168,6
+168,8
@@
extern "C" {
#define PSM_SETTITLEA (WM_USER+111)
#define PSM_SETTITLEW (WM_USER+120)
+#define PSPCB_ADDREF 0
+
#ifndef RC_INVOKED
#pragma pack(push,8)