* Merge in cygwin-64bit-branch.
This commit is contained in:
		@@ -2,5 +2,10 @@
 | 
			
		||||
 | 
			
		||||
#ifndef _WORDSIZE_H
 | 
			
		||||
#define _WORDSIZE_H 1
 | 
			
		||||
#define __WORDSIZE      32
 | 
			
		||||
#ifdef __x86_64__
 | 
			
		||||
# define __WORDSIZE     64
 | 
			
		||||
# define __WORDSIZE_COMPAT32    1
 | 
			
		||||
#else
 | 
			
		||||
# define __WORDSIZE     32
 | 
			
		||||
#endif
 | 
			
		||||
#endif /*_WORDSIZE_H*/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user