Skip to content

Commit f7a9e94

Browse files
committed
FIX: warning: 'puts' undefined; assuming extern returning
1 parent a14b4b7 commit f7a9e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/win32/host-window.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ void Paint_Window(HWND window);
454454
//}
455455

456456
if (GOB_ALPHA(gob) < 255) {
457-
puts("semi-transparent window");
457+
//puts("semi-transparent window");
458458
ws_flags |= WS_EX_LAYERED;
459459
}
460460

0 commit comments

Comments
 (0)