Author: akhaldi Date: Sat Apr 25 10:07:43 2015 New Revision: 67389
URL: http://svn.reactos.org/svn/reactos?rev=67389&view=rev Log: [USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
Modified: trunk/reactos/win32ss/user/user32/windows/font.c
Modified: trunk/reactos/win32ss/user/user32/windows/font.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/windows... ============================================================================== --- trunk/reactos/win32ss/user/user32/windows/font.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/user32/windows/font.c [iso-8859-1] Sat Apr 25 10:07:43 2015 @@ -1313,7 +1313,7 @@ * * @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 @@ * 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 @@ * DrawTextA (USER32.@) * * @implemented + * Synced with Wine Staging 1.7.37 */ INT WINAPI DrawTextA( HDC hdc, LPCSTR str, INT count, LPRECT rect, UINT flags ) {