mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-23 01:59:46 +00:00
build-scripts/fnsince.pl: Remove SDL2-specific fixup.
This commit is contained in:
parent
cbb3c69cb0
commit
1e369b7f33
@ -88,11 +88,6 @@ foreach my $release (@releases) {
|
||||
close(PIPEFH);
|
||||
}
|
||||
|
||||
# these are incorrect in the dynapi header, because we forgot to add them
|
||||
# until a later release, but are available in the older release.
|
||||
$funcs{'SDL_WinRTGetFSPathUNICODE'} = '2.0.3';
|
||||
$funcs{'SDL_WinRTGetFSPathUTF8'} = '2.0.3';
|
||||
|
||||
if (not defined $wikipath) {
|
||||
foreach my $release (@releases) {
|
||||
foreach my $fn (sort keys %funcs) {
|
||||
|
Loading…
Reference in New Issue
Block a user