mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:52:19 +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;
|
||||
}
|
||||
|
||||
static BOOLEAN
|
||||
static BOOLEAN CALLBACK
|
||||
ClassCallback(
|
||||
IN PDEVICE_OBJECT ClassDeviceObject,
|
||||
IN OUT PKEYBOARD_INPUT_DATA DataStart,
|
||||
|
|
|
@ -414,7 +414,7 @@ FillEntries(
|
|||
return Status;
|
||||
}
|
||||
|
||||
static BOOLEAN
|
||||
static BOOLEAN CALLBACK
|
||||
ClassCallback(
|
||||
IN PDEVICE_OBJECT ClassDeviceObject,
|
||||
IN OUT PMOUSE_INPUT_DATA DataStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue