mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.11] Avoid regression CORE-14955 "DDraw fullscreen crashes" part II
addendum to last commit. We now additionally need to fix redefinition of ARRAY_SIZE macro to make the revert compile. Most likely its definition was moved since 0.4.10rls. The result is capable to complete the DxDiag DDraw fullscreen test again.
This commit is contained in:
parent
cf0c1ad7d5
commit
5037a3a1bd
2 changed files with 0 additions and 4 deletions
|
@ -47,8 +47,6 @@
|
|||
|
||||
#define D3D9_TEXTURE_MIPMAP_DIRTY 0x1
|
||||
|
||||
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
|
||||
|
||||
extern const struct wined3d_parent_ops d3d9_null_wined3d_parent_ops DECLSPEC_HIDDEN;
|
||||
|
||||
HRESULT vdecl_convert_fvf(DWORD FVF, D3DVERTEXELEMENT9 **ppVertexElements) DECLSPEC_HIDDEN;
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
#include "wine/list.h"
|
||||
#include "wine/wined3d.h"
|
||||
|
||||
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
|
||||
|
||||
extern const struct wined3d_parent_ops ddraw_null_wined3d_parent_ops DECLSPEC_HIDDEN;
|
||||
extern DWORD force_refresh_rate DECLSPEC_HIDDEN;
|
||||
|
||||
|
|
Loading…
Reference in a new issue