@@ -407,7 +407,7 @@ SPDLOG_INLINE int pid() SPDLOG_NOEXCEPT
 | 
				
			|||||||
#ifdef _WIN32
 | 
					#ifdef _WIN32
 | 
				
			||||||
    return static_cast<int>(::GetCurrentProcessId());
 | 
					    return static_cast<int>(::GetCurrentProcessId());
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    return ::getpid();
 | 
					    return static_cast<int>(::getpid());
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user