Kaydet (Commit) 58c702da authored tarafından Nick Treleaven's avatar Nick Treleaven

Prevent conflict with document::encoding.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1979 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 1825a8dd
......@@ -32,8 +32,8 @@
#define prefs geany_data->prefs
#define dialogs geany_data->dialogs
#define documents geany_data->document
#define encoding geany_data->encoding
#define documents geany_data->document // avoids conflict with document typedef
#define encodings geany_data->encodings // avoids conflict with document::encoding
#define keybindings geany_data->keybindings
#define msgwindow geany_data->msgwindow
#define scintilla geany_data->sci
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment