为MINGW32/64编译器添加支持
This commit is contained in:
parent
cdd9d4eb14
commit
b615c467e1
@ -195,7 +195,7 @@ namespace hgl
|
|||||||
len=GetCurrentDirectoryW(0,nullptr);
|
len=GetCurrentDirectoryW(0,nullptr);
|
||||||
|
|
||||||
if(len==0)
|
if(len==0)
|
||||||
return(nullptr);
|
return false;
|
||||||
|
|
||||||
dir=new u16char[len+1];
|
dir=new u16char[len+1];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user