Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2011-04-21 11:36:36 -07:00
commit 216a2df541
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,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 {