mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Fix MSVC /analyze warning about inconsistent annotations
This commit is contained in:
		| @@ -109,7 +109,9 @@ | ||||
| #endif // Platform | ||||
|  | ||||
| #ifdef CATCH_PLATFORM_WINDOWS | ||||
|     extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA( const char* ); | ||||
|  | ||||
| #include "catch_windows_h_proxy.h" | ||||
|  | ||||
|     namespace Catch { | ||||
|         void writeToDebugConsole( std::string const& text ) { | ||||
|             ::OutputDebugStringA( text.c_str() ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský