From b8f2c313e8a97116e3ef1b17ddb09ac543fa016f Mon Sep 17 00:00:00 2001 From: "wishmaster51@gmail.com" Date: Wed, 21 Mar 2012 11:19:07 +0000 Subject: . 0.0.3.0 THIS REQUIRES MIRANDA IM 0.10 ALPHA #3 OR ABOVE!! + added x64 version + improved unicode support + added sounds + added more debug information * save position of avatar history dialog ! fixed crash with empty avatar history * BMP files are not converted to PNG any more * fixed Updater support git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@234 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/utils/mir_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugins/utils/mir_options.h') 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); -- cgit v1.2.3