[PATCH] d3dxof: Accept bigger names for objects.

Christian Costa titan.costa at gmail.com
Mon Feb 20 14:11:12 CST 2012


This fixes bug 11133.
---
 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 a68df56..8872c14 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -30,7 +30,7 @@
 #include "winuser.h"
 #include "dxfile.h"
 
-#define MAX_NAME_LEN 32
+#define MAX_NAME_LEN 40
 #define MAX_ARRAY_DIM 4
 #define MAX_MEMBERS 50
 #define MAX_CHILDREN 200




More information about the wine-patches mailing list