diff options
Diffstat (limited to 'Rate/options.cpp')
-rw-r--r-- | Rate/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rate/options.cpp b/Rate/options.cpp index 55b4aca..47714d6 100644 --- a/Rate/options.cpp +++ b/Rate/options.cpp @@ -84,7 +84,7 @@ const char *szAdvancedIconsNicer[] = { };
//const int cAdvancedIconsNicer = sizeof(szAdvancedIconsNicer) / sizeof(szAdvancedIconsNicer[0]);
-BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
static int bInitializing = 0;
static int usedClist = clist_none;
|