Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 3, 2024
1 parent d8acb3e commit 601b4dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,12 @@ int main(int argc, argv_t* argv[]) {
#if defined(_WIN32) && defined(_UNICODE)
wio_setunicode();
#endif

printf("%i\n", is_wine());
#if !defined(__HAIKU__)
status = (
#if defined(_WIN32)
!is_wine() &&
!is_wine() && is_administrator()
#endif
is_administrator()
);

if (status) {
Expand Down

0 comments on commit 601b4dc

Please sign in to comment.