Dummy Commit

This commit will prevent Github from automerging this PR if the other
changes in this testing branch are merged in a different PR.
This commit is contained in:
Dentomologist 2024-11-26 11:49:53 -08:00
parent 26ba8f5481
commit 78ae2222ed
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ static bool QtMsgAlertHandler(const char* caption, const char* text, bool yes_no
int main(int argc, char* argv[])
{
// IF THIS COMMENT IS IN A NON-TESTING PR I'VE MADE A MISTAKE. It exists to prevent my testing PR
// from getting automerged by Github if its contents would be the same as a merged actual PR.
#ifdef _WIN32
const bool console_attached = AttachConsole(ATTACH_PARENT_PROCESS) != FALSE;
HANDLE stdout_handle = ::GetStdHandle(STD_OUTPUT_HANDLE);