From 8015786c26363377ce5cecba400bc3ce0457fb4e Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 25 Apr 2015 10:07:43 +0000 Subject: [PATCH] [USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246 svn path=/trunk/; revision=67389 --- reactos/win32ss/user/user32/windows/font.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/win32ss/user/user32/windows/font.c b/reactos/win32ss/user/user32/windows/font.c index 9d9aeee771a..411ca504adb 100644 --- a/reactos/win32ss/user/user32/windows/font.c +++ b/reactos/win32ss/user/user32/windows/font.c @@ -1313,7 +1313,7 @@ INT WINAPI DrawTextExW( HDC hdc, LPWSTR str, INT i_count, * * @implemented * - * Synced with wine 1.1.32 + * Synced with Wine Staging 1.7.37 */ INT WINAPI DrawTextExA( HDC hdc, LPSTR str, INT count, LPRECT rect, UINT flags, LPDRAWTEXTPARAMS dtp ) @@ -1390,6 +1390,7 @@ INT WINAPI DrawTextExA( HDC hdc, LPSTR str, INT count, * DrawTextW (USER32.@) * * @implemented + * Synced with Wine Staging 1.7.37 */ 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.@) * * @implemented + * Synced with Wine Staging 1.7.37 */ INT WINAPI DrawTextA( HDC hdc, LPCSTR str, INT count, LPRECT rect, UINT flags ) {