mirror of
				https://github.com/red0124/ssp.git
				synced 2025-11-03 22:36:44 +01:00 
			
		
		
		
	Fix msvc build
This commit is contained in:
		
							parent
							
								
									f04ede3a49
								
							
						
					
					
						commit
						7062888d72
					
				@ -31,7 +31,7 @@ inline ssize_t get_line_file(char** lineptr, size_t* n, FILE* stream) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
using ssize_t = int64_t;
 | 
					using ssize_t = int64_t;
 | 
				
			||||||
inline ssize_t get_line(char** lineptr, size_t* n, FILE* stream) {
 | 
					inline ssize_t get_line_file(char** lineptr, size_t* n, FILE* stream) {
 | 
				
			||||||
    size_t pos;
 | 
					    size_t pos;
 | 
				
			||||||
    int c;
 | 
					    int c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user