mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
D2D: Fix formatting
This commit is contained in:
parent
590e22f320
commit
f333875386
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ private:
|
|||
ComSmartPtr<IDXGIFactory2> result;
|
||||
if (const auto hr = CreateDXGIFactory2 (0, __uuidof (IDXGIFactory2), (void**) result.resetAndGetPointerAddress()); SUCCEEDED (hr))
|
||||
return result;
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
// If CreateDXGIFactory fails, check to see if this is being called in the context of DllMain.
|
||||
// CreateDXGIFactory will always fail if called from the context of DllMain. In this case, the renderer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue