CVS: winex/dlls/d3d8 d3d8_private.h,1.88,1.89
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/d3d8 d3d8_private.h,1.88,1.89Update of /var/lib/cvsd/cvsroot/winex/dlls/d3d8 In directory agravaine:/tmp/cvs-serv17224 Modified Files: d3d8_private.h Log Message: Even if DDRAW_SAVE_AND_RESTORE_FPU_HACK isn't defined, we still need to include wine/d3d_fpuctl.h, as we're setting the FPU state at device creation time. Index: d3d8_private.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/d3d8/d3d8_private.h,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- d3d8_private.h 7 Apr 2004 15:38:10 -0000 1.88 +++ d3d8_private.h 3 Apr 2007 05:33:47 -0000 1.89 @@ -3,9 +3,7 @@ #ifndef __WINE_D3D8_PRIVATE_H #define __WINE_D3D8_PRIVATE_H -#ifdef DDRAW_SAVE_AND_RESTORE_FPU_HACK #include "wine/d3d_fpuctl.h" -#endif #include "winuser.h" #include "ddrawi.h"