X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkUtilities.cxx;h=672dac69d4163cd303253da91b8fbef0c0164791;hb=4d6822024afbbe783cdd620e248184b37d84c540;hp=c7cce8103712581dc28b29f8e712352fd1266dac;hpb=336df2924a7a1e1a4e18412a562a93f075970d0e;p=bbtk.git diff --git a/kernel/src/bbtkUtilities.cxx b/kernel/src/bbtkUtilities.cxx index c7cce81..672dac6 100644 --- a/kernel/src/bbtkUtilities.cxx +++ b/kernel/src/bbtkUtilities.cxx @@ -671,6 +671,7 @@ void wtoc(const WCHAR* Source,CHAR* Dest) #ifdef WIN32 //2018-07-06 mingw64 +//2021-12-12 wchar_t pname2[512]; long result = GetModuleFileName(NULL, pname2, pathsize); crea::System::wtoc(pname2,pname);