d3dxof: Increase string buffer size.
This commit is contained in:
parent
0447013572
commit
0f840ba98b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue