mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-29 17:49:11 +08:00
Forgot ;
This commit is contained in:
parent
8b6a033204
commit
c75781e04b
@ -20,11 +20,11 @@
|
||||
<Version>$(PkgVersion)</Version>
|
||||
<FileVersion>$(PkgVersion)</FileVersion>
|
||||
<LangVersion>7.1</LangVersion>
|
||||
<!--don't warn missing xml docs and naming conventions-->
|
||||
<NoWarn>1591,IDE1006</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||||
<!--don't warn missing xml docs-->
|
||||
<NoWarn>1591</NoWarn>
|
||||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
|
@ -6213,7 +6213,7 @@ namespace TWAINWorkingGroup
|
||||
}
|
||||
else if (m_blFound020302Dsm64bit && (m_linuxdsm == LinuxDsm.Is020302Dsm64bit))
|
||||
{
|
||||
TW_IMAGEINFO_LINUX64 twimageinfolinux64 = default
|
||||
TW_IMAGEINFO_LINUX64 twimageinfolinux64 = default;
|
||||
sts = (STS)NativeMethods.Linux020302Dsm64bitEntryImageinfo(ref m_twidentityApp, ref m_twidentityDs, a_dg, DAT.IMAGEINFO, a_msg, ref twimageinfolinux64);
|
||||
a_twimageinfo.XResolution = twimageinfolinux64.XResolution;
|
||||
a_twimageinfo.YResolution = twimageinfolinux64.YResolution;
|
||||
|
Loading…
Reference in New Issue
Block a user