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