XTAPI calling convention is not supported on variadic routines
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 31s

Tento commit je obsažen v:
2024-02-20 16:21:28 +01:00
rodič e409675f98
revize 015faa53a0
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@@ -312,7 +312,7 @@ XTSTATUS
RtlpWriteWideCharacter(IN PRTL_PRINT_CONTEXT Context, RtlpWriteWideCharacter(IN PRTL_PRINT_CONTEXT Context,
IN WCHAR Character); IN WCHAR Character);
XTAPI XTCDECL
XTSTATUS XTSTATUS
RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context, RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context,
IN PCWSTR Format, IN PCWSTR Format,

Zobrazit soubor

@@ -1345,7 +1345,7 @@ RtlpWriteWideCharacter(IN PRTL_PRINT_CONTEXT Context,
* *
* @since XT 1.0 * @since XT 1.0
*/ */
XTAPI XTCDECL
XTSTATUS XTSTATUS
RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context, RtlpWriteWideStringCustomValue(IN PRTL_PRINT_CONTEXT Context,
IN PCWSTR Format, IN PCWSTR Format,