Christian Costa : d3dxof: Increase strings buffer size.

Alexandre Julliard julliard at winehq.org
Mon Dec 8 09:45:59 CST 2008


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

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Sat Dec  6 19:00:54 2008 +0100

d3dxof: Increase strings buffer size.

---

 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 c12d574..798097f 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -40,7 +40,7 @@
 #define MAX_TEMPLATES 200
 #define MAX_OBJECTS 500
 #define MAX_SUBOBJECTS 500
-#define MAX_STRINGS_BUFFER 200
+#define MAX_STRINGS_BUFFER 1000
 
 typedef struct {
     DWORD type;




More information about the wine-cvs mailing list