mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Separated out catch_platform.h
This commit is contained in:
		@@ -8,7 +8,9 @@
 | 
			
		||||
#ifndef TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
 | 
			
		||||
#define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
 | 
			
		||||
 | 
			
		||||
#ifdef WIN32
 | 
			
		||||
#include "catch_platform.h"
 | 
			
		||||
 | 
			
		||||
#ifdef CATCH_PLATFORM_WINDOWS
 | 
			
		||||
typedef unsigned long long uint64_t;
 | 
			
		||||
#else
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user