-IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 +IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 shlwapi
- StrCatW(pathW, (WCHAR[3]){'\','4',0});
You don't need this. Just use lstrcatW() and please define constant string in a cleaner way.