remove msvc and NSIS project files

fix some windows build warnings
This commit is contained in:
R4SAS 2017-06-11 09:29:31 +03:00
parent f6d3a6239c
commit 629261c4be
20 changed files with 23 additions and 1530 deletions

View file

@ -56,7 +56,7 @@ namespace fs {
else
{
// otherwise %appdata%
SHGetFolderPath(NULL, CSIDL_APPDATA, 0, NULL, localAppData);
SHGetFolderPath(NULL, CSIDL_APPDATA, NULL, 0, localAppData);
dataDir = std::string(localAppData) + "\\" + appName;
}
return;