[TLAC] Add dllexport to change current window handle

This commit is contained in:
lybxlpsv
2019-10-16 00:01:11 +07:00
parent 67bde614e0
commit ade2cc778c
@@ -37,4 +37,9 @@ namespace TLAC
return windowRect;
}
extern "C" __declspec(dllexport) void ChangeDivaWindowHandle(HWND hwnd) {
framework::DivaWindowHandle = hwnd;
return;
}
}