[PATCH] d3dxof: Increase limit of number of children

Christian Costa titan.costa at gmail.com
Fri Feb 17 02:38:55 CST 2012


This fix second problem of bug 24751. Remove the limit required more work and should be done after 1.4.
---
 dlls/d3dxof/d3dxof_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dxof/d3dxof_private.h b/dlls/d3dxof/d3dxof_private.h
index bc32d1f..a68df56 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -33,7 +33,7 @@
 #define MAX_NAME_LEN 32
 #define MAX_ARRAY_DIM 4
 #define MAX_MEMBERS 50
-#define MAX_CHILDREN 100
+#define MAX_CHILDREN 200
 #define MAX_TEMPLATES 200
 #define MAX_OBJECTS 500
 #define MAX_SUBOBJECTS 2000




More information about the wine-patches mailing list