[BATT]
authorEric Kohl <eric.kohl@reactos.org>
Mon, 13 Sep 2010 11:48:59 +0000 (11:48 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 13 Sep 2010 11:48:59 +0000 (11:48 +0000)
Add missing 4th parameter to BatteryClassCoInstaller.

svn path=/trunk/; revision=48764

reactos/dll/win32/batt/batt.c
reactos/dll/win32/batt/batt.spec

index 0a46a39..b5e6c4e 100644 (file)
@@ -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)
     {
index efb53f5..6c68fb2 100644 (file)
@@ -1,3 +1,3 @@
-@ stdcall BatteryClassCoInstaller(long ptr ptr)
+@ stdcall BatteryClassCoInstaller(long ptr ptr ptr)
 @ stdcall BatteryClassInstall(long ptr ptr)