mirror of https://github.com/adamdruppe/arsd.git
Merge branch 'master' of github.com:adamdruppe/arsd
This commit is contained in:
commit
8483b709f8
|
@ -9904,7 +9904,7 @@ void sdpyPrintDebugString(string fileOverride = null, T...)(T t) nothrow @truste
|
||||||
try {
|
try {
|
||||||
version(Windows) {
|
version(Windows) {
|
||||||
import core.sys.windows.wincon;
|
import core.sys.windows.wincon;
|
||||||
if(AttachConsole(ATTACH_PARENT_PROCESS))
|
if(!AttachConsole(ATTACH_PARENT_PROCESS))
|
||||||
AllocConsole();
|
AllocConsole();
|
||||||
const(char)* fn = "CONOUT$";
|
const(char)* fn = "CONOUT$";
|
||||||
} else version(Posix) {
|
} else version(Posix) {
|
||||||
|
|
Loading…
Reference in New Issue