fix: projects now build for both vs 2022 and vs 2012
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user