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 e0c43d8457..bd66914e63 100644
--- a/utils/mir_options.h
+++ b/utils/mir_options.h
@@ -55,8 +55,8 @@ typedef struct {
FPAllowProtocol allowProtocol;
unsigned int checkboxID;
};
- WORD min;
- WORD max;
+ uint16_t min;
+ uint16_t max;
} OptPageControl;
INT_PTR CALLBACK SaveOptsDlgProc(OptPageControl *controls, int controlsSize, char *module, HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);