From 669e7a981eaabe7df1734aab3d79a4a5cbb19109 Mon Sep 17 00:00:00 2001 From: atkawa7 Date: Fri, 3 Nov 2017 11:08:37 -0700 Subject: [PATCH] Append W --- ports/libaiff/allow_utf_16_filename.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/libaiff/allow_utf_16_filename.patch b/ports/libaiff/allow_utf_16_filename.patch index fb927763f2..773b492fd7 100644 --- a/ports/libaiff/allow_utf_16_filename.patch +++ b/ports/libaiff/allow_utf_16_filename.patch @@ -208,7 +208,7 @@ index 56fc77f..e1940a5 100644 /* == Function prototypes == */ AIFF_Ref AIFF_OpenFile(const char *, int) ; -+AIFF_Ref AIFF_OpenFile(const wchar_t *, int) ; ++AIFF_Ref AIFF_OpenFileW(const wchar_t *, int) ; int AIFF_CloseFile(AIFF_Ref) ; char* AIFF_GetAttribute(AIFF_Ref,IFFType) ; int AIFF_GetInstrumentData(AIFF_Ref,Instrument*) ;