diff options
Diffstat (limited to 'metacontacts/meta_options.c')
-rw-r--r-- | metacontacts/meta_options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metacontacts/meta_options.c b/metacontacts/meta_options.c index b6f7c57..0540bd0 100644 --- a/metacontacts/meta_options.c +++ b/metacontacts/meta_options.c @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. MetaOptions options;
MetaOptions options_changes;
-BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
HWND hw;
char buff[512];
@@ -468,7 +468,7 @@ void ResetPriorities() { #define WMU_FILLSTATUSCMB (WM_USER + 0x100)
#define WMU_FILLPRIODATA (WM_USER + 0x101)
-BOOL CALLBACK DlgProcOptsPriorities(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptsPriorities(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
HWND hw;
|