fix debug build with vs2017
This commit is contained in:
@@ -153,8 +153,11 @@ bool WacomTablet::init(HWND hWnd)
|
||||
|
||||
void WacomTablet::terminate()
|
||||
{
|
||||
gpWTClose(g_hCtx);
|
||||
UnloadWintab();
|
||||
if (gpWTClose)
|
||||
{
|
||||
gpWTClose(g_hCtx);
|
||||
UnloadWintab();
|
||||
}
|
||||
}
|
||||
|
||||
void WacomTablet::handle_message(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam)
|
||||
|
||||
Reference in New Issue
Block a user