diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-28 18:54:37 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-28 18:54:37 +0000 |
commit | 3af989edadb2d955e9d8260b55b2249abcaa84ef (patch) | |
tree | 2742aba6def1f4f534bfc73d1e614d49b69e8be1 /plugins/FileAsMessage/optionsdlg.cpp | |
parent | 5afcb73210219d4d44ffb736067ee21cd866ca10 (diff) |
some signature fixes for 64bit
git-svn-id: http://svn.miranda-ng.org/main/trunk@673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage/optionsdlg.cpp')
-rw-r--r-- | plugins/FileAsMessage/optionsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FileAsMessage/optionsdlg.cpp b/plugins/FileAsMessage/optionsdlg.cpp index da605d0f32..748a118db5 100644 --- a/plugins/FileAsMessage/optionsdlg.cpp +++ b/plugins/FileAsMessage/optionsdlg.cpp @@ -35,7 +35,7 @@ int settingId[] = // this handles the options page
// verwaltet die Optionsseite
//
-LRESULT CALLBACK OptionsDlgProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
+INT_PTR CALLBACK OptionsDlgProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
{
switch( uMsg )
{
|