Skip to content

Commit

Permalink
dx: fix a missing stdcall that was blowing up the x86 build (microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett authored and jelster committed May 28, 2020
1 parent aa8dbbc commit a3e0901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/dx/CustomTextLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace Microsoft::Console::Render
[[nodiscard]] HRESULT _ShapeGlyphRun(const UINT32 runIndex, UINT32& glyphStart) noexcept;
[[nodiscard]] HRESULT _CorrectGlyphRuns() noexcept;
[[nodiscard]] HRESULT _CorrectGlyphRun(const UINT32 runIndex) noexcept;
[[nodiscard]] HRESULT _CorrectBoxDrawing() noexcept;
[[nodiscard]] HRESULT STDMETHODCALLTYPE _CorrectBoxDrawing() noexcept;
[[nodiscard]] HRESULT _DrawGlyphRuns(_In_opt_ void* clientDrawingContext,
IDWriteTextRenderer* renderer,
const D2D_POINT_2F origin) noexcept;
Expand Down

0 comments on commit a3e0901

Please sign in to comment.