A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer ee9c5d0a88 Patch by Jeffrey Morlan (mrnobo1024 at yahoo dot com, irc: Goplat), modified by me:
The freetype asm function FT_MulFix clobbers the edx register, but doesn't tell it to gcc explicitly, so when inlined versions were resulting in wrong results. Fix it by also marking edx as output register.
Also enable commented out code in win32k again that works correctly now.
By me:
I modified the patch to not alter any 3rd party code, but instead I copied the fuction to _ftmulfix_ros.c and also coplied the container file ftbase.c which now uses the fixed function from our private file.
This fixes a bunch of text output issues (underscore, text marking)
See issue #3346 for more details.

svn path=/trunk/; revision=33951
2008-06-12 20:50:12 +00:00
irc - remove now unneeded files 2008-05-18 16:04:19 +00:00
reactos Patch by Jeffrey Morlan (mrnobo1024 at yahoo dot com, irc: Goplat), modified by me: 2008-06-12 20:50:12 +00:00
rosapps Updated Winefile to Wine 1.0rc4. 2008-06-12 06:22:23 +00:00
rostests Synced shlwapi_winetest.exe with Wine HEAD 2008-06-08 17:14:50 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00