XTAPI calling convention is not supported on variadic routines
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 31s

This commit is contained in:
2024-02-20 16:21:28 +01:00
förälder e409675f98
incheckning 015faa53a0
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@@ -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,

Visa fil

@@ -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,