[SIGAR-230] bump windows proc_args max to 16k

This commit is contained in:
Doug MacEachern 2011-04-21 11:36:26 -07:00
parent 639169e9cc
commit 2d2c4c996d
2 changed files with 2 additions and 2 deletions

View File

@ -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 ? */

View File

@ -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 {