mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821392: Mark pluginSupportsAsyncDXGIDrawing as 'inline' instead of 'static' to fix build warning for .cpp files that #include it without using that method. r=Bas
This commit is contained in:
parent
a491ceb9c0
commit
9b64b06490
@ -7,6 +7,7 @@ DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
@ -56,7 +56,7 @@ bool pluginSupportsAsyncBitmapDrawing();
|
||||
/**
|
||||
* Returns true if the plugin supports DXGI bitmap drawing.
|
||||
*/
|
||||
static bool pluginSupportsAsyncDXGIDrawing()
|
||||
inline bool pluginSupportsAsyncDXGIDrawing()
|
||||
{
|
||||
#ifdef XP_WIN
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user