d3dxof: Increase strings buffer size.

This commit is contained in:
Christian Costa 2008-12-06 19:00:54 +01:00 committed by Alexandre Julliard
parent 88cf37fd85
commit 4d557bccc1

View file

@ -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;