mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
added defines for GetClassLongPtrA/W
svn path=/trunk/; revision=25362
This commit is contained in:
parent
29e164cf19
commit
091af4eeea
1 changed files with 2 additions and 0 deletions
|
@ -4123,6 +4123,7 @@ typedef MONITORINFOEXW MONITORINFOEX, *LPMONITORINFOEX;
|
|||
#define GetClassInfo GetClassInfoW
|
||||
#define GetClassInfoEx GetClassInfoExW
|
||||
#define GetClassLong GetClassLongW
|
||||
#define GetClassLongPtr GetClassLongPtrW
|
||||
#define GetClassName GetClassNameW
|
||||
#define GetClipboardFormatName GetClipboardFormatNameW
|
||||
#define GetDlgItemText GetDlgItemTextW
|
||||
|
@ -4290,6 +4291,7 @@ typedef MONITORINFOEXA MONITORINFOEX, *LPMONITORINFOEX;
|
|||
#define GetClassInfo GetClassInfoA
|
||||
#define GetClassInfoEx GetClassInfoExA
|
||||
#define GetClassLong GetClassLongA
|
||||
#define GetClassLongPtr GetClassLongPtrA
|
||||
#define GetClassName GetClassNameA
|
||||
#define GetClipboardFormatName GetClipboardFormatNameA
|
||||
#define GetDlgItemText GetDlgItemTextA
|
||||
|
|
Loading…
Reference in a new issue