Merge branch 'master' into dev
This commit is contained in:
@@ -385,7 +385,7 @@ static void mi_process_done(void) {
|
||||
|
||||
#if defined(_WIN32) && defined(MI_SHARED_LIB)
|
||||
// Windows DLL: easy to hook into process_init and thread_done
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) {
|
||||
if (reason==DLL_PROCESS_ATTACH) {
|
||||
|
||||
Reference in New Issue
Block a user