diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 17:35:35 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 17:35:35 +0000 |
commit | 0c7c7a21cba95444a5253f29caa8973dcd66befd (patch) | |
tree | 9b4edabc6b549ac2231992c5bb903724289f9568 /meta2/options.cpp | |
parent | db0e0989e830c0a71b10a341c93775c9d534d13d (diff) |
x64 port
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@445 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/options.cpp')
-rw-r--r-- | meta2/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/options.cpp b/meta2/options.cpp index 7c96cba..85f9b48 100644 --- a/meta2/options.cpp +++ b/meta2/options.cpp @@ -12,7 +12,7 @@ void SaveOptions() { //DBWriteContactSettingDword(0, MODULE, "Dummy", options.dummy);
}
-BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
static HANDLE hItemAll;
switch ( msg ) {
|