mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Forward declare mozilla::dom::Nullable as a struct everywhere so that the MSVC linker can pick up the correct symbol name
This is needed for bug 848294
This commit is contained in:
parent
1af32574cc
commit
8ef7475ec7
@ -76,7 +76,7 @@ class ImageData;
|
||||
|
||||
struct WebGLContextAttributes;
|
||||
struct WebGLContextAttributesInitializer;
|
||||
template<typename> class Nullable;
|
||||
template<typename> struct Nullable;
|
||||
}
|
||||
|
||||
using WebGLTexelConversions::WebGLTexelFormat;
|
||||
|
@ -22,7 +22,7 @@ namespace dom {
|
||||
|
||||
class EventListener;
|
||||
class EventHandlerNonNull;
|
||||
template <class T> class Nullable;
|
||||
template <class T> struct Nullable;
|
||||
|
||||
// IID for the dom::EventTarget interface
|
||||
#define NS_EVENTTARGET_IID \
|
||||
|
Loading…
Reference in New Issue
Block a user