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 1536062 commit 3ff8768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,20 @@ int main(int argc, argv_t* argv[]) {
int wsize = 0;

struct M3U8DownloadedStreams downloaded_streams = {0};

is_wine();
#if defined(_WIN32) && defined(_UNICODE)
wio_setunicode();
#endif

#if !defined(__HAIKU__)
status = is_administrator();

/*
#if defined(_WIN32)
if (status && is_wine()) {
status = 0;
}
#endif

*/
if (status) {
err = M3U8ERR_CLI_PRIVILEGED_PROCESS_UNALLOWED;
goto end;
Expand Down

0 comments on commit 3ff8768

Please sign in to comment.