Merge branch 'sigar-1.6'
This commit is contained in:
		
						commit
						216a2df541
					
				@ -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 ? */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
	
	Block a user