diff options
Diffstat (limited to 'meta2/edit_meta.cpp')
-rw-r--r-- | meta2/edit_meta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/edit_meta.cpp b/meta2/edit_meta.cpp index 983770d..839a15a 100644 --- a/meta2/edit_meta.cpp +++ b/meta2/edit_meta.cpp @@ -123,7 +123,7 @@ void ApplyChanges() { }
#define WMU_SET_BUTTONS (WM_USER + 0x100)
-BOOL CALLBACK Meta_EditDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK Meta_EditDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
switch(msg) {
case WM_INITDIALOG:
TranslateDialogDefault( hwndDlg );
|