mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!
[ruby-core:33977] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									d56a76a664
								
							
						
					
					
						commit
						20e2c4cb36
					
				
					 8 changed files with 15 additions and 11 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| #include <ruby.h> | ||||
| #include <errno.h> | ||||
| 
 | ||||
| #if defined(HAVE_WINDOWS_H) | ||||
| #if defined(_WIN32) | ||||
| #include <windows.h> | ||||
| #endif | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tenderlove
						tenderlove