mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	changed the WIN32 macro in microprofileui (#2528)
I changed the macro in microprofileui.h from WIN32 to _WIN32 so that it would correctly dectect that its being compiled on a windows platform
This commit is contained in:
		
							parent
							
								
									9590c932ec
								
							
						
					
					
						commit
						2509c44078
					
				
							
								
								
									
										2
									
								
								externals/microprofile/microprofileui.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/microprofile/microprofileui.h
									
									
									
									
										vendored
									
									
								
							@ -1231,7 +1231,7 @@ void MicroProfileDrawDetailedBars(uint32_t nWidth, uint32_t nHeight, int nBaseY,
 | 
			
		||||
                char ThreadName[MicroProfileThreadLog::THREAD_MAX_LEN + 16];
 | 
			
		||||
                const char* cLocal = MicroProfileIsLocalThread(nThreadId) ? "*": " ";
 | 
			
		||||
 | 
			
		||||
#if defined(WIN32)
 | 
			
		||||
#if defined(_WIN32)
 | 
			
		||||
                // nThreadId is 32-bit on Windows
 | 
			
		||||
                int nStrLen = snprintf(ThreadName, sizeof(ThreadName)-1, "%04x: %s%s", nThreadId, cLocal, i < nNumThreadsBase ? &S.Pool[i]->ThreadName[0] : MICROPROFILE_THREAD_NAME_FROM_ID(nThreadId) );
 | 
			
		||||
#else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user