X-Git-Url: http://git.sourceforge.jp/view?p=ffftp%2Fffftp.git;a=blobdiff_plain;f=mbswrapper.h;h=474e36de51840f617cbce1df61f13c44b802632b;hp=45d25cbd5a718aa47e2551b626a37ba6a9c1060d;hb=756eb24e756aa444a4f4bc2bfd2640d525ccdcb1;hpb=791b047f2c0c10f5d5cc09db8d642191c5c23a83 diff --git a/mbswrapper.h b/mbswrapper.h index 45d25cb..474e36d 100644 --- a/mbswrapper.h +++ b/mbswrapper.h @@ -59,6 +59,10 @@ #define GetSaveFileName GetSaveFileNameM #undef HtmlHelp #define HtmlHelp HtmlHelpM +#undef CreateProcess +#define CreateProcess CreateProcessM +#undef FindExecutable +#define FindExecutable FindExecutableM #undef ShellExecute #define ShellExecute ShellExecuteM #undef SHBrowseForFolder @@ -75,6 +79,8 @@ #define CreateFontIndirect CreateFontIndirectM #undef ChooseFont #define ChooseFont ChooseFontM +#undef DialogBoxParam +#define DialogBoxParam DialogBoxParamM #undef CreateWindow #define CreateWindow(lpClassName, lpWindowName, dwStyle, x, y, nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam) CreateWindowEx(0L, lpClassName, lpWindowName, dwStyle, x, y, nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)