Skip to content

Commit

Permalink
Restore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jun 18, 2024
1 parent 85799b4 commit 6e7b128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg/windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7130,6 +7130,7 @@ HFONT CreateFont(
<!-- Text conversion macros like 'TEXT()', '_TEXT()' and '_T()' are handled internally by Cppcheck. There is no need to added them here. -->
<define name="__pragma(x)" value=""/>
<define name="_countof(_Array)" value="(sizeof(_Array) / sizeof(_Array[0]))"/>
<define name="__wchar_t" value="wchar_t"/>
<define name="__try" value="try"/>
<define name="__except(x)" value="catch(...)"/>
<define name="__finally" value="__dummy_lbl:"/>
Expand Down

0 comments on commit 6e7b128

Please sign in to comment.