mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	getopt: Fix macro redefinition warning
We already define _CRT_SECURE_NO_WARNINGS
This commit is contained in:
		
							parent
							
								
									1bf030f4af
								
							
						
					
					
						commit
						5161699452
					
				
							
								
								
									
										1
									
								
								externals/getopt/getopt.c
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								externals/getopt/getopt.c
									
									
									
									
										vendored
									
									
								
							@ -35,7 +35,6 @@ PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS OR OTHER DATA ON
 | 
			
		||||
YOUR INFORMATION HANDLING SYSTEM OR OTHERWISE, EVEN If WE ARE
 | 
			
		||||
EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 | 
			
		||||
*/
 | 
			
		||||
#define _CRT_SECURE_NO_WARNINGS
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#ifdef _MSC_VER
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user