Mercurial > mplayer.hg
view loader/wine/winestring.h @ 19093:aca5ce3701e9
Assume that missing streamcount means one stream, and missing mimetype
is audio. This seems to be used for some audio-only streams.
Fixes rtsp://ms.espectador.com/audio/app_metafiles/dol0606282.rm
author | rtogni |
---|---|
date | Fri, 14 Jul 2006 23:06:58 +0000 |
parents | 3b5f5d1c5041 |
children | 500e245c5425 |
line wrap: on
line source
#ifndef __WINE_WINE_WINESTRING_H #define __WINE_WINE_WINESTRING_H #include "windef.h" LPWSTR WINAPI lstrcpyAtoW(LPWSTR,LPCSTR); LPSTR WINAPI lstrcpyWtoA(LPSTR,LPCWSTR); LPWSTR WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT); LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT); #define lstrncmpiA strncasecmp #endif /* __WINE_WINE_WINESTRING_H */