Skip to content

Commit

Permalink
fix amalgamation build
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Mar 22, 2024
1 parent 36a54ca commit 20061c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vstgui/lib/ctexteditor.cpp
Expand Up @@ -2981,3 +2981,8 @@ CView* createNewTextEditor (const CRect& r, ITextEditorController* controller)
#undef STB_TEXTEDIT_MOVEWORDLEFT
#undef STB_TEXTEDIT_MOVEWORDRIGHT
#undef STB_TEXTEDIT_GETWIDTH_NEWLINE
#undef STB_TEXTEDIT_CUSTOM_CREATEUNDO
#undef STB_TEXTEDIT_CUSTOM_UNDO
#undef STB_TEXTEDIT_CUSTOM_REDO
#undef STB_TEXTEDIT_UNDOSTATECOUNT
#undef STB_TEXTEDIT_UNDOCHARCOUNT

0 comments on commit 20061c5

Please sign in to comment.