This commit is contained in:
atkawa7 2017-11-03 11:08:37 -07:00 committed by Alexander Karatarakis
parent 3cb9769d7b
commit 669e7a981e

View File

@ -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*) ;