Commit 0f840ba9 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof: Increase string buffer size.

parent 04470135
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#define MAX_TEMPLATES 200 #define MAX_TEMPLATES 200
#define MAX_OBJECTS 500 #define MAX_OBJECTS 500
#define MAX_SUBOBJECTS 500 #define MAX_SUBOBJECTS 500
#define MAX_STRINGS_BUFFER 1000 #define MAX_STRINGS_BUFFER 10000
typedef struct { typedef struct {
DWORD type; DWORD type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment