Hi Filip,
if you're looking for testcases, could you try the demo programs in
http://bugs.winehq.org/show_bug.cgi?id=1268 and
http://bugs.winehq.org/show_bug.cgi?id=1404
? Especially the latter one, which has a tiny MFC demo program
in both source code form and precompiled. It misbehaves badly
wi
Francois Gouget wrote:
--- dlls/ddraw/d3ddevice/mesa_old.c 2004-08-05 15:11:43.0 +0100
+++ dlls/ddraw/d3ddevice/mesa.c 2004-08-05 12:50:45.0 +0100
@@ -1172,7 +1172,7 @@
glVertex3fv(coords);
}
inline static void handle_xyzrhw(D3DVALUE *coords) {
-if (coords[3] < 1e-8)
+
Hi,
I'd like to implement those 3 APIs (both the A and W variants) as the
process to update the Mozilla installer for a localized build uses them.
Anybody has some pointers where to begin? I tried following the
FindResourceEx path, but got lost in ntdll.
Vincent
--- dlls/ddraw/d3ddevice/mesa_old.c 2004-08-05 15:11:43.0 +0100
+++ dlls/ddraw/d3ddevice/mesa.c 2004-08-05 12:50:45.0 +0100
@@ -1172,7 +1172,7 @@
glVertex3fv(coords);
}
inline static void handle_xyzrhw(D3DVALUE *coords) {
-if (coords[3] < 1e-8)
+if ((coords[3] < 1
Hello,
Tobias Burnus wrote:
The patch improves the situation a lot! Even Save List works now!
Thanks!
I have another strangeness with multi-select lists (e.g. the lists in
Diamond but this might affect other lists as well):
* I go to a line, press shift and then the arrow keys.
If I use arrow dow
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite headers?
configure: WARNING: sys/sysctl.h: see the Autoconf documentation
configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled"
configure: