调整中晶编译

This commit is contained in:
13038267101 2023-02-01 09:34:11 +08:00
parent 3ee431d3be
commit aa5f423173
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -151,6 +151,7 @@ static oem from_str(const wchar_t* str)
GET_ENUM_VALUE_W(OEM_NONE, s); GET_ENUM_VALUE_W(OEM_NONE, s);
GET_ENUM_VALUE_W(OEM_HANWANG, s); GET_ENUM_VALUE_W(OEM_HANWANG, s);
GET_ENUM_VALUE_W(OEM_LISICHENG, s); GET_ENUM_VALUE_W(OEM_LISICHENG, s);
GET_ENUM_VALUE_W(OEM_CANGTIAN, s);
GET_ENUM_VALUE_W(OEM_ZHONGJING, s); GET_ENUM_VALUE_W(OEM_ZHONGJING, s);
return OEM_NOT; return OEM_NOT;
} }
@ -668,7 +669,7 @@ namespace rc
} }
} }
} while (end); } while (end);
return true;
} }
static bool change_file(const wchar_t* file, LPCHGPARAM param, bool(__stdcall* modify)(std::wstring& cont, LPCHGPARAM param)) static bool change_file(const wchar_t* file, LPCHGPARAM param, bool(__stdcall* modify)(std::wstring& cont, LPCHGPARAM param))
{ {

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>F:\projs\huagao\working\code_twain\twain\brand.h -oem hw</LocalDebuggerCommandArguments> <LocalDebuggerCommandArguments>C:\Users\modehua\Desktop\sane\sdk\include\huagao\brand.h -oem zj</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>F:\projs\huagao\working\code_twain\twain\brand.h -oem lsc</LocalDebuggerCommandArguments> <LocalDebuggerCommandArguments>C:\Users\modehua\Desktop\sane\sdk\include\huagao\brand.h -oem zj</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
</Project> </Project>