aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-11-03 11:08:37 -0700
committerAlexander Karatarakis <alex@karatarakis.com>2017-11-03 16:44:35 -0700
commit669e7a981eaabe7df1734aab3d79a4a5cbb19109 (patch)
treed8e628a2483f89a33870ca35fc85c7b7c2d45b1b
parent3cb9769d7b1a0f87dbb5be0dce2386f569fbbe95 (diff)
downloadvcpkg-669e7a981eaabe7df1734aab3d79a4a5cbb19109.tar.gz
vcpkg-669e7a981eaabe7df1734aab3d79a4a5cbb19109.zip
Append W
-rw-r--r--ports/libaiff/allow_utf_16_filename.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libaiff/allow_utf_16_filename.patch b/ports/libaiff/allow_utf_16_filename.patch
index fb927763f..773b492fd 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*) ;