From 3927d333ae125f444830f5e9d49ffdee113f9513 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sun, 2 Jun 2024 18:22:51 -0700 Subject: [PATCH] remove unnecessary and sometimes unsupported win_noexcept keyword --- src/font_provider/dwrite/font_provider_dwrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font_provider/dwrite/font_provider_dwrite.h b/src/font_provider/dwrite/font_provider_dwrite.h index 6a21ea13..c0b599b6 100644 --- a/src/font_provider/dwrite/font_provider_dwrite.h +++ b/src/font_provider/dwrite/font_provider_dwrite.h @@ -164,7 +164,7 @@ DEFINE_GUID(IID_IDWriteFactory2, 0x0439fc60, 0xca44, 0x4994, 0x8 //- rjf: functions -EXTERN_C HRESULT DECLSPEC_IMPORT WINAPI DWriteCreateFactory (DWRITE_FACTORY_TYPE factoryType, const GUID* iid, void** factory) WIN_NOEXCEPT; +EXTERN_C HRESULT DECLSPEC_IMPORT WINAPI DWriteCreateFactory (DWRITE_FACTORY_TYPE factoryType, const GUID* iid, void** factory); //- rjf: methods