XTAPI calling convention is not supported on variadic routines
This commit is contained in:
parent
e409675f98
commit
015faa53a0
@ -312,7 +312,7 @@ XTSTATUS
|
||||
RtlpWriteWideCharacter(IN PRTL_PRINT_CONTEXT Context,
|
||||
IN WCHAR Character);
|
||||
|
||||
XTAPI
|
||||
XTCDECL
|
||||
XTSTATUS
|
||||
RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context,
|
||||
IN PCWSTR Format,
|
||||
|
@ -1345,7 +1345,7 @@ RtlpWriteWideCharacter(IN PRTL_PRINT_CONTEXT Context,
|
||||
*
|
||||
* @since XT 1.0
|
||||
*/
|
||||
XTAPI
|
||||
XTCDECL
|
||||
XTSTATUS
|
||||
RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context,
|
||||
IN PCWSTR Format,
|
||||
|
Loading…
Reference in New Issue
Block a user