http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d09985
)
ddraw: Fix an uninitialized variable warning on non-i386.
author
Alexandre Julliard
<julliard@winehq.org>
Thu, 8 Jan 2009 16:30:22 +0000
(17:30 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 8 Jan 2009 16:30:22 +0000
(17:30 +0100)
dlls/ddraw/device.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ddraw/device.c
b/dlls/ddraw/device.c
index d35a297dfbc63d94b52c75f333658e0cfcedcc09..819b07bda95a30ecc9f16b7714acb0c7f01fae24 100644
(file)
--- a/
dlls/ddraw/device.c
+++ b/
dlls/ddraw/device.c
@@
-85,6
+85,7
@@
static inline WORD d3d_fpu_setup(void)
FIXME("FPUPRESERVE not implemented for this platform / compiler\n");
warned = TRUE;
}
+ return 0;
#endif
set_fpu_control_word(0x37f);