Attempt to fix Windows KeyState test build

This commit is contained in:
Andrew Nelless 2017-11-26 22:40:47 +00:00 committed by GitHub
parent 71ed35681e
commit 4fc45c2e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class MSWindowsKeyStateTests : public ::testing::Test
protected:
virtual void SetUp()
{
m_hook.loadLibrary();
m_hook.loadLibrary(TRUE);
m_screensaver = new MSWindowsScreenSaver();
}