summaryrefslogtreecommitdiff
path: root/Plugins/utils/mir_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/utils/mir_options.h')
-rw-r--r--Plugins/utils/mir_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/utils/mir_options.h b/Plugins/utils/mir_options.h
index 34b9c4c..8bfcd4d 100644
--- a/Plugins/utils/mir_options.h
+++ b/Plugins/utils/mir_options.h
@@ -46,7 +46,7 @@ typedef struct {
unsigned int nID;
char *setting;
union {
- DWORD dwDefValue;
+ ULONG_PTR dwDefValue;
TCHAR *tszDefValue;
char *szDefValue;
};
@@ -60,7 +60,7 @@ typedef struct {
WORD max;
} OptPageControl;
-BOOL CALLBACK SaveOptsDlgProc(OptPageControl *controls, int controlsSize, char *module, HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK SaveOptsDlgProc(OptPageControl *controls, int controlsSize, char *module, HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
void LoadOpts(OptPageControl *controls, int controlsSize, char *module);