X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=dlginvestigate.h;h=1b331370840062e9e41fb446a3ec6668c34bed97;hb=a6dbac6b9ba9f762b394dd33364749ae66b36737;hp=31ccf28e485b7212a34aa505b8af3294407b53e2;hpb=00209315b4dc0374ae4e47ff6a6847e8eb233856;p=yamy%2Fyamy.git diff --git a/dlginvestigate.h b/dlginvestigate.h index 31ccf28..1b33137 100644 --- a/dlginvestigate.h +++ b/dlginvestigate.h @@ -1,26 +1,29 @@ -//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// dlginvestigate.h - - -#ifndef _DLGINVESTIGATE_H -# define _DLGINVESTIGATE_H - -# include - - -/// dialog procedure of "Investigate" dialog box -BOOL CALLBACK dlgInvestigate_dlgProc( - HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam); - -class Engine; - -/// parameters for "Investigate" dialog box -class DlgInvestigateData -{ -public: - Engine *m_engine; /// engine - HWND m_hwndLog; /// log -}; - - -#endif // !_DLGINVESTIGATE_H +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// dlginvestigate.h + + +#ifndef _DLGINVESTIGATE_H +# define _DLGINVESTIGATE_H + +# include + + +/// dialog procedure of "Investigate" dialog box +#ifdef MAYU64 +INT_PTR CALLBACK dlgInvestigate_dlgProc( +#else +BOOL CALLBACK dlgInvestigate_dlgProc( +#endif + HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam); + +class Engine; + +/// parameters for "Investigate" dialog box +class DlgInvestigateData { +public: + Engine *m_engine; /// engine + HWND m_hwndLog; /// log +}; + + +#endif // !_DLGINVESTIGATE_H