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

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();
}