mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	microprofile: unbreak on POSIX systems
In file included from src/common/microprofile.cpp:7:
In file included from src/./common/microprofile.h:23:
externals/microprofile/microprofile.h:830:5: error: use of undeclared identifier 'MP_BREAK'
    MP_ASSERT(t == nBegin);
    ^
externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT'
                                 ^
externals/microprofile/microprofile.h:831:5: error: use of undeclared identifier 'MP_BREAK'
    MP_ASSERT(nTimerIndex == (nToken&0x3fff));
    ^
externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT'
                                 ^
[...]
			
			
This commit is contained in:
		
							parent
							
								
									702439b519
								
							
						
					
					
						commit
						50ce19b3ff
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								externals/microprofile/microprofile.h
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								externals/microprofile/microprofile.h
									
										
									
									
										vendored
									
									
								
							|  | @ -206,7 +206,7 @@ int64_t MicroProfileGetTick(); | |||
| #define MP_GETCURRENTTHREADID() GetCurrentThreadId() | ||||
| typedef uint32_t ThreadIdType; | ||||
| 
 | ||||
| #elif defined(__linux__) | ||||
| #elif !defined(_WIN32) | ||||
| #include <unistd.h> | ||||
| #include <time.h> | ||||
| inline int64_t MicroProfileTicksPerSecondCpu() | ||||
|  | @ -510,7 +510,7 @@ typedef int MpSocket; | |||
| #endif | ||||
| 
 | ||||
| 
 | ||||
| #if defined(__APPLE__) || defined(__linux__) | ||||
| #ifndef _WIN32 | ||||
| typedef pthread_t MicroProfileThread; | ||||
| #elif defined(_WIN32) | ||||
| typedef HANDLE MicroProfileThread; | ||||
|  | @ -907,7 +907,7 @@ int64_t MicroProfileGetTick() | |||
| 
 | ||||
| typedef void* (*MicroProfileThreadFunc)(void*); | ||||
| 
 | ||||
| #if defined(__APPLE__) || defined(__linux__) | ||||
| #ifndef _WIN32 | ||||
| typedef pthread_t MicroProfileThread; | ||||
| void MicroProfileThreadStart(MicroProfileThread* pThread, MicroProfileThreadFunc Func) | ||||
| { | ||||
|  | @ -959,7 +959,7 @@ inline void MicroProfileThreadJoin(MicroProfileThread* pThread) | |||
| #define MP_INVALID_SOCKET(f) (f == INVALID_SOCKET) | ||||
| #endif | ||||
| 
 | ||||
| #if defined(__APPLE__) | ||||
| #ifndef _WIN32 | ||||
| #include <sys/socket.h> | ||||
| #include <netinet/in.h> | ||||
| #include <fcntl.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue