mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
Append W
This commit is contained in:
parent
3cb9769d7b
commit
669e7a981e
@ -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*) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user