d3dxof: Increase limit of number of children.

This commit is contained in:
Christian Costa 2012-02-17 09:38:55 +01:00 committed by Alexandre Julliard
parent 46d4bec269
commit a91097ed33
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#define MAX_NAME_LEN 32
#define MAX_ARRAY_DIM 4
#define MAX_MEMBERS 50
#define MAX_CHILDREN 100
#define MAX_CHILDREN 200
#define MAX_TEMPLATES 200
#define MAX_OBJECTS 500
#define MAX_SUBOBJECTS 2000