avoid build issue due to difference between declaration and definition INT_PTR vs. BOOL

This commit is contained in:
Christian Grasser 2015-06-11 11:19:14 +02:00
parent e0bc440df7
commit 4cfdd40497
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include "AboutDlg.h" #include "AboutDlg.h"
#include "Parameters.h" #include "Parameters.h"
BOOL CALLBACK AboutDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam) INT_PTR CALLBACK AboutDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam)
{ {
switch (message) switch (message)
{ {

View File

@ -85,7 +85,7 @@ INT_PTR CALLBACK ColourPopup::dlgProc(HWND hwnd, UINT message, WPARAM wParam, LP
} }
} }
BOOL CALLBACK ColourPopup::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam) INT_PTR CALLBACK ColourPopup::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam)
{ {
switch (message) switch (message)