mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
a675e048df
* [freeopcua] new port * [freeopcua] work-in-progress build on windows * [freeopcua] fixes for windows
15 lines
293 B
Diff
15 lines
293 B
Diff
diff --git a/src/server/server_object.cpp b/src/server/server_object.cpp
|
|
index f35b168..b6c816a 100644
|
|
--- a/src/server/server_object.cpp
|
|
+++ b/src/server/server_object.cpp
|
|
@@ -25,9 +25,6 @@
|
|
#include <functional>
|
|
#include <iostream>
|
|
|
|
-#ifdef WIN32
|
|
-#undef GetObject
|
|
-#endif
|
|
|
|
namespace
|
|
{
|