Skip to content

Commit 6b86cc6

Browse files
committed
Remove old workaround
1 parent ab6526a commit 6b86cc6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/wrapper.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,3 @@ attribute_visible void R_init_gifski(DllInfo *dll) {
6060
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
6161
R_useDynamicSymbols(dll, FALSE);
6262
}
63-
64-
/* Workaround for linking error with experimental UCRT toolchain */
65-
#ifdef _WIN32
66-
#ifdef _UCRT
67-
FILE * __cdecl __imp___iob_func(void){
68-
return NULL;
69-
}
70-
#endif
71-
#endif

0 commit comments

Comments
 (0)