Displaying 3 results from an estimated 3 matches for "win_iswin32".
2001 Feb 04
1
Hey ! thanks ! Flash 5 works now ... for short ... :(
...from
http://www.integrita.com/cgi-local/lwgate.pl/WINE-PATCHES/archives -->
2000/07 --> setwindowlong
is outdated, but u can fix it by hand,
if u open win.c ; go to line 2032 ( case GWL_STYLE: )
and than change the code between 'case GWL_STYLE:'
and 'if (wndPtr->flags & WIN_ISWIN32)'
into :
case GWL_STYLE:
// style.styleOld = wndPtr->dwStyle;
// newval &= ~(WS_CHILD); /* this bit can't be changed this way */
// style.styleNew = newval | (style.styleOld & (WS_CHILD));
/* FIXME: this part originally prevented you fr...
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote:
>
> So not to beat a dead horse or anything, but after seeing Gavriel's note
> that InstallShield was working in the latest Transgaming patch (I have no
> need of the Direct3d stuff, but I was not able to find any relevant pattches
> by Andreas on PATCHES), I installed the patch, and tried out installing
> MediaPlayer yet again, and
2010 Jan 08
0
Wine release 1.1.36
...user32: Remove some redundant 16-bit message traces.
user32: Replace spy functions by a simple trace in 16-bit code.
user32: Remove remaining calls to internal 32-bit functions from msg16.c.
user32: Move a few 16-bit stubs to user16.c.
user32: Remove the no longer used WIN_ISWIN32 flag.
user32: Remove the no longer needed WIN_ISDIALOG flag.
user32: Add a WoW wrapper for message waiting to allow releasing the Win16 lock in the 16-bit code.
user32: Use the wait message handler for the yield in PeekMessageW too.
user32: Make user.exe into a stand-alone 1...