| 
									
										
										
										
											2014-10-18 02:50:02 +02:00
										 |  |  | // Copyright 2014 Dolphin Emulator Project
 | 
					
						
							| 
									
										
										
										
											2015-05-18 01:08:10 +02:00
										 |  |  | // Licensed under GPLv2+
 | 
					
						
							| 
									
										
										
										
											2014-10-18 02:50:02 +02:00
										 |  |  | // Refer to the license.txt file included.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #pragma once
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if !defined(_WIN32)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <cstdint>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "Common/CommonTypes.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | typedef u64 LARGE_INTEGER; | 
					
						
							|  |  |  | bool QueryPerformanceCounter(u64* out); | 
					
						
							|  |  |  | bool QueryPerformanceFrequency(u64* lpFrequency); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |