d3dxof: Increase string buffer size.

oldstable
Christian Costa 2008-12-14 18:57:31 +01:00 committed by Alexandre Julliard
parent 0447013572
commit 0f840ba98b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#define MAX_TEMPLATES 200
#define MAX_OBJECTS 500
#define MAX_SUBOBJECTS 500
#define MAX_STRINGS_BUFFER 1000
#define MAX_STRINGS_BUFFER 10000
typedef struct {
DWORD type;