X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=dlgversion.h;h=ff1021c8a1ac28269fba261c439f7f7f99909f6f;hb=HEAD;hp=98d76f20dc9ccefd1e209e966530a0667a0fda62;hpb=00209315b4dc0374ae4e47ff6a6847e8eb233856;p=yamy%2Fyamy.git diff --git a/dlgversion.h b/dlgversion.h index 98d76f2..ff1021c 100644 --- a/dlgversion.h +++ b/dlgversion.h @@ -1,16 +1,20 @@ -//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// dlgversion.h - - -#ifndef _DLGVERSION_H -# define _DLGVERSION_H - -# include - - -/// -BOOL CALLBACK dlgVersion_dlgProc( - HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam); - - -#endif // !_DLGVERSION_H +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// dlgversion.h + + +#ifndef _DLGVERSION_H +# define _DLGVERSION_H + +# include + + +/// +#ifdef MAYU64 +INT_PTR CALLBACK dlgVersion_dlgProc( +#else +BOOL CALLBACK dlgVersion_dlgProc( +#endif + HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam); + + +#endif // !_DLGVERSION_H