summaryrefslogtreecommitdiff
path: root/include/m_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_options.h')
-rw-r--r--include/m_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_options.h b/include/m_options.h
index cdc352193b..749c587ebe 100644
--- a/include/m_options.h
+++ b/include/m_options.h
@@ -64,7 +64,7 @@ struct OPTIONSDIALOGPAGE
int position; // a position number, lower numbers are topmost
MAllStrings szTitle, szGroup, szTab; // [TRANSLATED-BY-CORE]
HPLUGIN pPlugin;
- DWORD flags;
+ uint32_t flags;
#ifdef _WINDOWS
DLGPROC pfnDlgProc;