]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.cxx
#3517 Transform box with manual matrix
[bbtk.git] / kernel / src / bbtkUtilities.cxx
index c7cce8103712581dc28b29f8e712352fd1266dac..672dac69d4163cd303253da91b8fbef0c0164791 100644 (file)
@@ -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);