From f0cccd902c7b8e2a99118a32a80ffc39dae6ee89 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Dec 2021 12:19:35 +0300 Subject: fix: wrong fields order --- include/delphi/m_options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3