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:
parent
26ba8f5481
commit
78ae2222ed
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue