mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
[BATT]
Add missing 4th parameter to BatteryClassCoInstaller. svn path=/trunk/; revision=48764
This commit is contained in:
parent
b4473ff304
commit
cab60ab876
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ DWORD
|
|||
WINAPI
|
||||
BatteryClassCoInstaller(IN DI_FUNCTION InstallFunction,
|
||||
IN HDEVINFO DeviceInfoSet,
|
||||
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL)
|
||||
IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL,
|
||||
IN OUT PCOINSTALLER_CONTEXT_DATA Context)
|
||||
{
|
||||
switch (InstallFunction)
|
||||
{
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@ stdcall BatteryClassCoInstaller(long ptr ptr)
|
||||
@ stdcall BatteryClassCoInstaller(long ptr ptr ptr)
|
||||
@ stdcall BatteryClassInstall(long ptr ptr)
|
||||
|
||||
|
|
Loading…
Reference in a new issue