Skip to content

Commit

Permalink
Portability changes (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Apr 7, 2024
1 parent 5570cb0 commit 4cc615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*.sdf
*.opensdf
*.o
/bkdecmd
/*.DSK
/*.lst
/x-*
2 changes: 1 addition & 1 deletion bkdecmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int main(int argc, char* argv[])
wargs.push_back(warg);
}

return main_impl(wargs);
return wmain_impl(wargs);
}
#endif

Expand Down

0 comments on commit 4cc615b

Please sign in to comment.