mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[PSDK] Add missing PSPCB_ADDREF. CORE-12823
svn path=/trunk/; revision=74089
This commit is contained in:
parent
2d709a011a
commit
07ecda8b60
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue