Fixed windows compilation
This commit is contained in:
parent
0773e03246
commit
7e553356ea
@ -7,6 +7,10 @@
|
||||
#endif
|
||||
#include <new>
|
||||
|
||||
#ifdef GetObject
|
||||
#undef GetObject
|
||||
#endif
|
||||
|
||||
namespace gw {
|
||||
|
||||
template <typename T> class Proxy {
|
||||
|
Loading…
Reference in New Issue
Block a user