Skip to content

Commit 433cdee

Browse files
committed
Fix MinGW not showing traces in the console.
1 parent 3f098c2 commit 433cdee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hx/StdLibs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ void __hxcpp_stdlibs_boot()
254254
QueryPerformanceFrequency(&qpcFrequency);
255255
#endif
256256

257-
#if defined(_MSC_VER) && !defined(HX_WINRT)
257+
#if defined(HX_WINDOWS) && !defined(HX_WINRT)
258258
if (!AttachConsole(ATTACH_PARENT_PROCESS)) {
259259

260260
} else if (GetConsoleWindow()) {

0 commit comments

Comments
 (0)