mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove the workaround added in bug 1022420 now that clang-cl understands __declspec(novtable)
This commit is contained in:
parent
c8c147e70f
commit
056fc9484c
@ -248,7 +248,7 @@
|
||||
#ifdef NS_NO_VTABLE
|
||||
#undef NS_NO_VTABLE
|
||||
#endif
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#if defined(_MSC_VER)
|
||||
#define NS_NO_VTABLE __declspec(novtable)
|
||||
#else
|
||||
#define NS_NO_VTABLE
|
||||
|
Loading…
Reference in New Issue
Block a user