mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-12 10:42:01 +02:00
windows: add whitespace to fix macro preprocessing issue (thanks, Sven!).
Apparently without a space here, "fastbuild -cache" breaks.
This commit is contained in:
parent
85d8a79f65
commit
f50a04009c
@ -1036,7 +1036,7 @@ STDMETHODIMP_(ULONG) TSFSink_AddRef(TSFSink *sink)
|
|||||||
return ++sink->refcount;
|
return ++sink->refcount;
|
||||||
}
|
}
|
||||||
|
|
||||||
STDMETHODIMP_(ULONG)TSFSink_Release(TSFSink *sink)
|
STDMETHODIMP_(ULONG) TSFSink_Release(TSFSink *sink)
|
||||||
{
|
{
|
||||||
--sink->refcount;
|
--sink->refcount;
|
||||||
if (sink->refcount == 0) {
|
if (sink->refcount == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user