Modified buffer sizes in define constants
git-svn-id: svn://10.0.0.236/trunk@22173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
#include "resource.h" // main symbols
|
||||
#include "WizardMachineDlg.h"
|
||||
|
||||
#define MIN_SIZE 100
|
||||
#define MID_SIZE 500
|
||||
#define MAX_SIZE 1000
|
||||
#define MIN_SIZE 256
|
||||
#define MID_SIZE 512
|
||||
#define MAX_SIZE 1024
|
||||
#define EXTD_MAX_SIZE 10240
|
||||
|
||||
// Some global structures
|
||||
typedef struct NVPAIR
|
||||
|
||||
Reference in New Issue
Block a user