mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: refactor library.h into src/shared/minimal.h for reuse
This commit is contained in:
@ -67,13 +67,11 @@ BOOL WINAPI DllMain(HINSTANCE Instance, DWORD Reason, PVOID Reserved)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* see comments in library.h */
|
||||
#if defined(WINFSP_DLL_NODEFAULTLIB)
|
||||
/* see comments in shared/minimal.h */
|
||||
BOOL WINAPI _DllMainCRTStartup(HINSTANCE Instance, DWORD Reason, PVOID Reserved)
|
||||
{
|
||||
return DllMain(Instance, Reason, Reserved);
|
||||
}
|
||||
#endif
|
||||
|
||||
HRESULT WINAPI DllRegisterServer(VOID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user