diff options
Diffstat (limited to 'Autorun/main.c')
-rw-r--r-- | Autorun/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Autorun/main.c b/Autorun/main.c index 34b0d0f..c5a498a 100644 --- a/Autorun/main.c +++ b/Autorun/main.c @@ -95,7 +95,7 @@ static BOOL CmpCurrentAndRegistry() return FALSE;
}
-static BOOL CALLBACK DlgProcAutorunOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK DlgProcAutorunOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)
{
|