mirror of https://github.com/mpv-player/mpv
Remove stray MSDOS linebreaks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
26bf1fa104
commit
452c2ba5da
|
@ -41,8 +41,7 @@ int main(int argc, char *argv[]){
|
|||
void* theqtdp=NULL;
|
||||
void* compcall=NULL;
|
||||
void* compcallws=NULL;
|
||||
ComponentResult (*
|
||||
dispatcher)(ComponentParameters *params, Globals glob);
|
||||
ComponentResult (*dispatcher)(ComponentParameters *params, Globals glob);
|
||||
ComponentResult ret;
|
||||
ComponentParameters *params;
|
||||
ComponentDescription desc;
|
||||
|
|
|
@ -4,12 +4,10 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
#ifndef AVIFMT
|
||||
|
||||
#define AVIFMT
|
||||
|
||||
#ifndef NOAVIFMT
|
||||
|
||||
|
||||
#ifndef __WINE_WINDEF_H
|
||||
#include "wine/windef.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue