Skip to content

Commit

Permalink
Attempt to fix Windows KeyState test build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlyan authored Nov 26, 2017
1 parent 71ed356 commit 4fc45c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/integtests/platform/MSWindowsKeyStateTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MSWindowsKeyStateTests : public ::testing::Test
protected:
virtual void SetUp()
{
m_hook.loadLibrary();
m_hook.loadLibrary(TRUE);
m_screensaver = new MSWindowsScreenSaver();
}

Expand Down

0 comments on commit 4fc45c2

Please sign in to comment.