1
0

Fixed build

This commit is contained in:
Scott Graves
2017-03-24 19:49:35 -05:00
parent 62957e9423
commit c04c70ede8

View File

@@ -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
}