Skip to content

Commit 89dfa22

Browse files
committed
Suppressing compiler warning on 64-bit for IE driver
1 parent 2ea95d2 commit 89dfa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/iedriver/InputManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ bool InputManager::WaitForInputEventProcessing(int input_count) {
199199

200200
bool InputManager::SetFocusToBrowser(BrowserHandle browser_wrapper) {
201201
LOG(TRACE) << "Entering InputManager::SetFocusToBrowser";
202-
DWORD lock_timeout = 0;
202+
UINT_PTR lock_timeout = 0;
203203
DWORD process_id = 0;
204204
DWORD thread_id = ::GetWindowThreadProcessId(browser_wrapper->GetContentWindowHandle(), &process_id);
205205
DWORD current_thread_id = ::GetCurrentThreadId();

0 commit comments

Comments
 (0)