mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67389
This commit is contained in:
parent
56556c95f2
commit
8015786c26
1 changed files with 3 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ INT WINAPI DrawTextExW( HDC hdc, LPWSTR str, INT i_count,
|
||||||
*
|
*
|
||||||
* @implemented
|
* @implemented
|
||||||
*
|
*
|
||||||
* Synced with wine 1.1.32
|
* Synced with Wine Staging 1.7.37
|
||||||
*/
|
*/
|
||||||
INT WINAPI DrawTextExA( HDC hdc, LPSTR str, INT count,
|
INT WINAPI DrawTextExA( HDC hdc, LPSTR str, INT count,
|
||||||
LPRECT rect, UINT flags, LPDRAWTEXTPARAMS dtp )
|
LPRECT rect, UINT flags, LPDRAWTEXTPARAMS dtp )
|
||||||
|
@ -1390,6 +1390,7 @@ INT WINAPI DrawTextExA( HDC hdc, LPSTR str, INT count,
|
||||||
* DrawTextW (USER32.@)
|
* DrawTextW (USER32.@)
|
||||||
*
|
*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
* Synced with Wine Staging 1.7.37
|
||||||
*/
|
*/
|
||||||
INT WINAPI DrawTextW( HDC hdc, LPCWSTR str, INT count, LPRECT rect, UINT flags )
|
INT WINAPI DrawTextW( HDC hdc, LPCWSTR str, INT count, LPRECT rect, UINT flags )
|
||||||
{
|
{
|
||||||
|
@ -1409,6 +1410,7 @@ INT WINAPI DrawTextW( HDC hdc, LPCWSTR str, INT count, LPRECT rect, UINT flags )
|
||||||
* DrawTextA (USER32.@)
|
* DrawTextA (USER32.@)
|
||||||
*
|
*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
* Synced with Wine Staging 1.7.37
|
||||||
*/
|
*/
|
||||||
INT WINAPI DrawTextA( HDC hdc, LPCSTR str, INT count, LPRECT rect, UINT flags )
|
INT WINAPI DrawTextA( HDC hdc, LPCSTR str, INT count, LPRECT rect, UINT flags )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue