mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[COMPBATT] Use the non-constant variant of UNICODE_STRING for the battery name
This commit is contained in:
parent
28bb8c6ff7
commit
c6bdbefdc4
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ CompBattAddNewBattery(
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
CompBattRemoveBattery(
|
||||
_In_ PCUNICODE_STRING BatteryName,
|
||||
_In_ PUNICODE_STRING BatteryName,
|
||||
_In_ PCOMPBATT_DEVICE_EXTENSION DeviceExtension)
|
||||
{
|
||||
PCOMPBATT_BATTERY_DATA BatteryData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue