d3dxof: Increase some buffer and array sizes.

This commit is contained in:
Christian Costa 2008-11-30 12:18:08 +01:00 committed by Alexandre Julliard
parent d535205864
commit 3310c72d29
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3dxof);
#define CLSIDFMT "<%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X>"
#define MAX_INPUT_SIZE 2000000
#define MAX_DATA_SIZE 200000
#define MAX_DATA_SIZE 400000
static const struct IDirectXFileVtbl IDirectXFile_Vtbl;
static const struct IDirectXFileBinaryVtbl IDirectXFileBinary_Vtbl;

View File

@ -36,10 +36,10 @@
#define MAX_NAME_LEN 32
#define MAX_ARRAY_DIM 4
#define MAX_MEMBERS 50
#define MAX_CHILDS 20
#define MAX_CHILDS 100
#define MAX_TEMPLATES 200
#define MAX_OBJECTS 500
#define MAX_SUBOBJECTS 120
#define MAX_SUBOBJECTS 500
#define MAX_STRINGS_BUFFER 200
typedef struct {