Skip to content

Commit 7223a1f

Browse files
committed
Put back the windows susystem directive
1 parent 978237b commit 7223a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/src/gui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//#![windows_subsystem = "windows"]
1+
#![windows_subsystem = "windows"]
22

33
use std::cell::RefCell;
44
use windows::{

0 commit comments

Comments
 (0)