* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.
* external.cc (cygwin_internal): Define as unsigned long. * include/sys/cygwin.h: Move cygwin_internal outside of WINVER conditional.
This commit is contained in:
		@@ -75,6 +75,7 @@ typedef enum
 | 
			
		||||
  } cygwin_getinfo_types;
 | 
			
		||||
 | 
			
		||||
#define CW_NEXTPID	0x80000000	/* or with pid to get next one */
 | 
			
		||||
unsigned long cygwin_internal (cygwin_getinfo_types, ...);
 | 
			
		||||
 | 
			
		||||
/* Flags associated with process_state */
 | 
			
		||||
enum
 | 
			
		||||
@@ -249,7 +250,6 @@ struct external_pinfo
 | 
			
		||||
  __gid32_t gid32;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
DWORD cygwin_internal (cygwin_getinfo_types, ...);
 | 
			
		||||
#endif /*WINVER*/
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user