diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-27 12:19:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-27 12:19:35 +0300 |
commit | f0cccd902c7b8e2a99118a32a80ffc39dae6ee89 (patch) | |
tree | e0b6875a36c89afb98a0537830b22c595b3ef2a1 /include | |
parent | cddcd7483a7c472598af098e759e5d309024f606 (diff) |
fix: wrong fields order
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 372f3b7d4f..6d5bb20285 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -65,9 +65,9 @@ type szGroup :TChar; // [TRANSLATED-BY-CORE]
szTab :TChar; // [TRANSLATED-BY-CORE]
pPlugin :Pointer;
+ flags :dword;
pfnDlgProc :pointer;
pszTemplate :PAnsiChar;
- flags :dword; //
dwInitParam :LPARAM; // a value to pass to lParam of WM_INITDIALOG message
end;
|