X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fwin32%2Fplat.c;fp=platform%2Fwin32%2Fplat.c;h=15aff22057301de48cf75ead679e56fb7603652c;hb=7c18e34a745879c283ce517a799e648eef6d06ef;hp=91ef0e091ab24a2056142e00f2f85366de35d26b;hpb=cf82669f5072028f623a4b92516c74947040e563;p=picodrive.git diff --git a/platform/win32/plat.c b/platform/win32/plat.c index 91ef0e0..15aff22 100644 --- a/platform/win32/plat.c +++ b/platform/win32/plat.c @@ -219,12 +219,12 @@ void plat_debug_cat(char *str) } // required by pico -int mp3_get_bitrate(FILE *f, int size) +int mp3_get_bitrate(void *f, int size) { return 128; } -void mp3_start_play(FILE *f, int pos) +void mp3_start_play(void *f, int pos) { }