mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05: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
5d0f852a47
commit
331848b488
|
|
@ -1036,7 +1036,7 @@ STDMETHODIMP_(ULONG) TSFSink_AddRef(TSFSink *sink)
|
|||
return ++sink->refcount;
|
||||
}
|
||||
|
||||
STDMETHODIMP_(ULONG)TSFSink_Release(TSFSink *sink)
|
||||
STDMETHODIMP_(ULONG) TSFSink_Release(TSFSink *sink)
|
||||
{
|
||||
--sink->refcount;
|
||||
if (sink->refcount == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user