mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[SDK:KMDF] Fix calling convention for the kernel function pointers
This commit is contained in:
parent
98203cea23
commit
6d1ca3553e
3 changed files with 41 additions and 35 deletions
|
@ -27,3 +27,9 @@ Revision History:
|
|||
#else
|
||||
#define CHECK_RETURN_IF_USER_MODE
|
||||
#endif
|
||||
|
||||
#ifdef __REACTOS__
|
||||
# ifndef STDCALL
|
||||
# define STDCALL __stdcall
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue