Skip to content

Commit

Permalink
Merge pull request #1 from KnockKnockP/dev
Browse files Browse the repository at this point in the history
Fix warnings.
  • Loading branch information
KnockKnockP authored Jun 29, 2024
2 parents 2c65ea3 + 9d11260 commit e8ff4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ void ResetTryAgainInTime() {
g_tryAgainTimerElapse = 500;
}

const LPTSTR g_tStartupArg = TEXT(" --startup");
const LPSTR g_StartupArg = "--startup";
const TCHAR g_tStartupArg[] = TEXT(" --startup");
const CHAR g_StartupArg[] = "--startup";

bool g_bFromStartup = false;

Expand Down

0 comments on commit e8ff4e5

Please sign in to comment.