2
0
Эх сурвалжийг харах

core: windows: stop using OutputDebugStringA()

Daniele Bartolini 10 сар өмнө
parent
commit
41db98ae9f
1 өөрчлөгдсөн 0 нэмэгдсэн , 3 устгасан
  1. 0 3
      src/core/os.cpp

+ 0 - 3
src/core/os.cpp

@@ -85,9 +85,6 @@ namespace os
 #else
 		fputs(msg, stdout);
 		fflush(stdout);
-#endif
-#if CROWN_PLATFORM_WINDOWS
-		OutputDebugStringA(msg);
 #endif
 	}