[SIGAR-230] bump windows proc_args max to 16k
This commit is contained in:
parent
639169e9cc
commit
2d2c4c996d
|
@ -43,7 +43,7 @@
|
|||
/* see apr/include/arch/win32/atime.h */
|
||||
#define EPOCH_DELTA INT64_C(11644473600000000)
|
||||
|
||||
#define SIGAR_CMDLINE_MAX 4096
|
||||
#define SIGAR_CMDLINE_MAX 4096<<2
|
||||
|
||||
/* XXX: support CP_UTF8 ? */
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#pragma comment(lib, "wbemuuid.lib")
|
||||
|
||||
#ifndef SIGAR_CMDLINE_MAX
|
||||
#define SIGAR_CMDLINE_MAX 4096
|
||||
#define SIGAR_CMDLINE_MAX 4096<<2
|
||||
#endif
|
||||
|
||||
class WMI {
|
||||
|
|
Loading…
Reference in New Issue