CVS: winex/dlls/d3d9 d3d9_private.h,1.20,1.21
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/d3d9 d3d9_private.h,1.20,1.21Update of /var/lib/cvsd/cvsroot/winex/dlls/d3d9 In directory agravaine:/tmp/cvs-serv17423 Modified Files: d3d9_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: d3d9_private.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/d3d9/d3d9_private.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- d3d9_private.h 7 Apr 2004 15:38:10 -0000 1.20 +++ d3d9_private.h 3 Apr 2007 05:34:29 -0000 1.21 @@ -3,9 +3,7 @@ #ifndef __WINE_D3D9_PRIVATE_H #define __WINE_D3D9_PRIVATE_H -#ifdef DDRAW_SAVE_AND_RESTORE_FPU_HACK #include "wine/d3d_fpuctl.h" -#endif #include "winuser.h" #include "ddrawi.h"