mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[BATT]
Add missing 4th parameter to BatteryClassCoInstaller. svn path=/trunk/; revision=48764
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user