XTAPI calling convention is not supported on variadic routines

このコミットが含まれているのは:
2024-02-20 16:21:28 +01:00
コミット 015faa53a0
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

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