Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev authored and MarijnS95 committed Oct 19, 2020
1 parent 3e0bb9f commit 7b7de1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/d2d-clock/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#[cfg(windows)]
mod clock;

fn main() {
#[cfg(windows)]
clock::run
clock::run()
}

0 comments on commit 7b7de1d

Please sign in to comment.