Skip to content

Commit

Permalink
Update declaration of Devices.Dac (#1479)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Nov 5, 2019
1 parent c80fee3 commit c872db2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/System.Devices.Dac/sys_dev_dac_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_sys_dev_dac_native_System_Devices_Dac_DacController::NativeOpenChannel___VOID__I4,
Library_sys_dev_dac_native_System_Devices_Dac_DacController::NativeGetChannelCount___I4,
Library_sys_dev_dac_native_System_Devices_Dac_DacController::NativeGetResolutionInBits___I4,
Library_sys_dev_dac_native_System_Devices_Dac_DacController::NativeInit___VOID,
NULL,
NULL,
Library_sys_dev_dac_native_System_Devices_Dac_DacController::GetDeviceSelector___STATIC__STRING,
NULL,
NULL,
Expand All @@ -45,7 +47,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_Devices_Dac =
{
"System.Devices.Dac",
0x12640AF3,
0x9B932004,
method_lookup,
{ 100, 0, 0, 4 }
{ 100, 0, 0, 5 }
};

0 comments on commit c872db2

Please sign in to comment.