mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix case sensitive fs include Windows.h
Fixes compilation on case-sensitive filesystems (eg MinGW from Linux)
This commit is contained in:
		
							parent
							
								
									c93a265b0b
								
							
						
					
					
						commit
						224cc8f8dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -163,7 +163,7 @@ unsigned long long memory::get_max_used_memory() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
#if defined(_WINDOWS)
 | 
			
		||||
#include <Windows.h>
 | 
			
		||||
#include <windows.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
unsigned long long memory::get_max_memory_size() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue