Bleah:
http://bugs.winehq.org/show_bug.cgi?id=15590
Golly. After all the work we put into getting Photoshop
running, I hope we don't regress...
2008/12/5 Maarten Lankhorst :
> Hi guys,
>
> I can finally report success on the first ever win64 program running on
> wine. The program was a textbook classic, but to make it work gcc had to
> be changed a lot. This was done by Kai Tietz, who has put a lot of
> effort in the task of making gcc acc
Hi all,
I just wanted to take the opportunity to draw some attention to Christian's
great work on these higher-level DirectX libraries. I didn't really notice
it until I accidentally ran some dx8 sdk samples with the builtin d3dxof and
it just worked instead of complaining about lots of stubs.
His
Hello,
I noticed article about some IE issue: [1]
And couldn't stop smiling at the amount and spectre of the workarounds
needed to prevent attacks ;)
And maybe Jacek (or some other mshtml guy) could test Wine's html engine
against the external test case [2] to see whether we are better at
han
Please send a separate patch for each group of related changes, per
http://winehq.org/sending_patches
Vincent Povirk
On Sun, Dec 14, 2008 at 12:07 PM, Christian Costa
wrote:
>
>
>
>
>
On Sonntag 14 Dezember 2008, ByeongSik Jeon wrote:
> http://bugs.winehq.org/show_bug.cgi?id=16325
>
> 2008-12-14 (Sun), 13:34 +0100, Paul Vriens wrote:
> > Could you turn the skip in this piece of code:
> >
> > +if (!pGdiGetCodePage)
> > +{
> > +skip("GdiGetCodePage not available
ByeongSik Jeon wrote:
> http://bugs.winehq.org/show_bug.cgi?id=16325
>
> 2008-12-14 (Sun), 13:34 +0100, Paul Vriens wrote:
>> Could you turn the skip in this piece of code:
>>
>> +if (!pGdiGetCodePage)
>> +{
>> +skip("GdiGetCodePage not available on this platform\n");
>> +
ByeongSik Jeon wrote:
> http://bugs.winehq.org/show_bug.cgi?id=16325
> ---
> dlls/gdi32/tests/Makefile.in |2 +-
> dlls/gdi32/tests/font.c | 152
> ++
> 2 files changed, 153 insertions(+), 1 deletions(-)
>
>
> ---