[TLAC] Add dllexport to change current window handle
This commit is contained in:
@@ -37,4 +37,9 @@ namespace TLAC
|
||||
|
||||
return windowRect;
|
||||
}
|
||||
|
||||
extern "C" __declspec(dllexport) void ChangeDivaWindowHandle(HWND hwnd) {
|
||||
framework::DivaWindowHandle = hwnd;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user