mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
Fix calling convention for class callbacks
svn path=/trunk/; revision=24567
This commit is contained in:
parent
cc6eeaab94
commit
c4a6f8d938
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ FillEntries(
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOLEAN
|
static BOOLEAN CALLBACK
|
||||||
ClassCallback(
|
ClassCallback(
|
||||||
IN PDEVICE_OBJECT ClassDeviceObject,
|
IN PDEVICE_OBJECT ClassDeviceObject,
|
||||||
IN OUT PKEYBOARD_INPUT_DATA DataStart,
|
IN OUT PKEYBOARD_INPUT_DATA DataStart,
|
||||||
|
|
|
@ -414,7 +414,7 @@ FillEntries(
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOLEAN
|
static BOOLEAN CALLBACK
|
||||||
ClassCallback(
|
ClassCallback(
|
||||||
IN PDEVICE_OBJECT ClassDeviceObject,
|
IN PDEVICE_OBJECT ClassDeviceObject,
|
||||||
IN OUT PMOUSE_INPUT_DATA DataStart,
|
IN OUT PMOUSE_INPUT_DATA DataStart,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue