Fixed build
This commit is contained in:
@@ -871,7 +871,7 @@ public:
|
||||
_dokanOptions.Version = DOKAN_VERSION;
|
||||
_dokanOptions.ThreadCount = 0; // use default
|
||||
#ifdef _DEBUG
|
||||
_dokanOptions.Options = DOKAN_OPTION_DEBUG | DOKAN_OPTION_DEBUG_LOG;
|
||||
_dokanOptions.Options = DOKAN_OPTION_DEBUG | DOKAN_OPTION_DEBUG_LOG_FILE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user