Christian Costa : d3dxof: Accept bigger names for objects.

Alexandre Julliard julliard at winehq.org
Tue Feb 21 14:27:50 CST 2012


Module: wine
Branch: master
Commit: 67c6234a26e37d20ab80c353be3dbbe80c2bb13a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=67c6234a26e37d20ab80c353be3dbbe80c2bb13a

Author: Christian Costa <titan.costa at gmail.com>
Date:   Mon Feb 20 21:11:12 2012 +0100

d3dxof: Accept bigger names for objects.

---

 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-cvs mailing list