mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 05:36:22 +08:00
Attempt to fix Windows KeyState test build
This commit is contained in:
@@ -40,7 +40,7 @@ class MSWindowsKeyStateTests : public ::testing::Test
|
||||
protected:
|
||||
virtual void SetUp()
|
||||
{
|
||||
m_hook.loadLibrary();
|
||||
m_hook.loadLibrary(TRUE);
|
||||
m_screensaver = new MSWindowsScreenSaver();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user