Moved size defines to plat_compat
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
#endif
|
||||
|
||||
// buffer sizes
|
||||
#define INI_KEY_MAX 20
|
||||
#define INI_VALUE_MAX 30
|
||||
//#define INI_KEY_MAX 20
|
||||
//#define INI_VALUE_MAX 30 // moved to plat_compat.h
|
||||
|
||||
/**
|
||||
* INI parser callback, called for each found key-value pair.
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
#define IWBUFFER_LEN 128
|
||||
//#define IWBUFFER_LEN 128 // moved to plat_compat.h
|
||||
|
||||
// sprintf from varargs, allocating buffer on stack. Uses 'format' argument
|
||||
#define IW_VPRINTF() do { \
|
||||
|
||||
Reference in New Issue
Block a user