summaryrefslogtreecommitdiff
path: root/utils/mir_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mir_options.h')
-rw-r--r--utils/mir_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mir_options.h b/utils/mir_options.h
index bd66914e63..c2ecfeee9f 100644
--- a/utils/mir_options.h
+++ b/utils/mir_options.h
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA.
#define CONTROL_CHECKBOX 0 // Stored as uint8_t
#define CONTROL_SPIN 1 // Stored as WORD
-#define CONTROL_COLOR 2 // Stored as DWORD
+#define CONTROL_COLOR 2 // Stored as uint32_t
#define CONTROL_RADIO 3 // Stored as WORD
#define CONTROL_COMBO 4 // Stored as WORD
#define CONTROL_PROTOCOL_LIST 5 // Stored as BYTEs
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA.
#define CONTROL_COMBO_TEXT 7 // Stored as TCHARs, max len 1024
#define CONTROL_COMBO_ITEMDATA 8 // Stored as TCHARs, max len 1024
#define CONTROL_FILE 9 // Stored as TCHARs, max len 1024
-#define CONTROL_INT 10 // Stored as DWORD
+#define CONTROL_INT 10 // Stored as uint32_t
typedef BOOL(*FPAllowProtocol) (const char *proto);