зеркало из https://github.com/mozilla/gecko-dev.git
Modified buffer sizes in define constants
This commit is contained in:
Родитель
4b6b4e0e25
Коммит
4a10ee8809
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче