Skip to content

Commit

Permalink
Move timer fixing to C
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSSPsd committed Jul 2, 2023
1 parent ddde53a commit c55fb63
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
1 change: 1 addition & 0 deletions fastbuilder/args/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,6 @@ __attribute__((constructor)) static void parse_args_win32() {
}
free(argv);
LocalFree(ugly_argv);
timeBeginPeriod(1);
}
#endif
3 changes: 0 additions & 3 deletions plantform_specific/fix_timer/others.go

This file was deleted.

17 changes: 0 additions & 17 deletions plantform_specific/fix_timer/windows.go

This file was deleted.

1 change: 0 additions & 1 deletion solutions/fastbuilder/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/pterm/pterm"

"phoenixbuilder/fastbuilder/readline"
_ "phoenixbuilder/plantform_specific/fix_timer"
)

func setup() {
Expand Down

0 comments on commit c55fb63

Please sign in to comment.