mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: add FSP_SERVICE and EventLog functionality
This commit is contained in:
@ -29,6 +29,7 @@ BOOL WINAPI DllMain(HINSTANCE Instance, DWORD Reason, PVOID Reserved)
|
||||
ProcessHeap = GetProcessHeap();
|
||||
if (0 == ProcessHeap)
|
||||
return FALSE;
|
||||
FspNtStatusInitialize();
|
||||
FspFileSystemInitialize();
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
Reference in New Issue
Block a user