diff options
Diffstat (limited to 'Gps+/options.cpp')
-rw-r--r-- | Gps+/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gps+/options.cpp b/Gps+/options.cpp index c152fdd..d0b35b0 100644 --- a/Gps+/options.cpp +++ b/Gps+/options.cpp @@ -25,7 +25,7 @@ extern HINSTANCE hInst;
-BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch ( msg ) {
case WM_INITDIALOG:
|