mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-01 01:16:39 +08:00
fixed:
- (weird) linker error on windows caused by using different include. - IpcTests using private field which had a public accessor. - some includes using wrong lib.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#include "platform/MSWindowsClipboard.h"
|
||||
#include "platform/IMSWindowsClipboardFacade.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include "test/global/gmock.h"
|
||||
#include "test/global/gtest.h"
|
||||
|
||||
class CMSWindowsClipboardTests : public ::testing::Test
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user