1
0

Dokan changes

This commit is contained in:
Scott E. Graves
2017-02-11 15:36:59 -06:00
parent 377c488803
commit e6c6040d2a

View File

@@ -385,7 +385,6 @@ public:
_dokanOptions.Version = DOKAN_VERSION;
_dokanOptions.ThreadCount = 0; // use default
_dokanOptions.Options |= DOKAN_OPTION_CURRENT_SESSION;
}
static void Mount(const wchar_t& driveLetter)