fix: projects now build for both vs 2022 and vs 2012

This commit is contained in:
Patoke
2026-03-01 05:50:14 -03:00
parent 4b7769987d
commit ac4fcfb546
5 changed files with 15 additions and 8 deletions
+5
View File
@@ -7,6 +7,11 @@ public:
struct DriveMapping
{
DriveMapping(std::string szDirectoryPath, std::string szMountPath) : m_szDirectoryPath(szDirectoryPath), m_szMountPath(szMountPath)
{
;
}
std::string m_szDirectoryPath;
std::string m_szMountPath;
};