small build test
This commit is contained in:
parent
e3b464ce02
commit
6465e9e2b5
|
|
@ -16,7 +16,7 @@ void InitializeOutput()
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
SetConsoleTextAttribute(outputHandle, FOREGROUND_RED | FOREGROUND_GREEN);
|
SetConsoleTextAttribute(outputHandle, FOREGROUND_RED | FOREGROUND_GREEN);
|
||||||
printf("Compiled as Debug\n\n");
|
printf("Compiled as Debug\n\n"); //
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue