From b41431a2f9d2d5eba61d232164749d0bcf80092d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 23 May 2022 18:07:24 +0200 Subject: [PATCH] Remove stdio.h and time.h patches, fixing AppVeyor --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2b2468a26f..242595c3c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,11 +25,6 @@ install: - bash -lc "pacman --noconfirm -Sy" - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain zip" - - # Fix undefined references to __acrt_iob_func() - - sed -rie "s/#define std([[:alpha:]]+)[[:space:]]+\(__acrt_iob_func\(([[:digit:]]+)\)\)/#define std\1 (\&__iob_func()[\2])/" "C:\msys64\mingw64\x86_64-w64-mingw32\include\stdio.h" - # Fix undefined references to __imp__difftime64() - - sed -rie "s/_CRTIMP (double __cdecl _difftime64)/\1/" "C:\msys64\mingw64\x86_64-w64-mingw32\include\time.h" - - - mkdir target\release\deps - cp C:\Windows\System32\ntdll.dll target\release\deps -