view cfg-mplayer-def.h @ 30444:cfdb2299d77b

Revert r30324 which broken the struct addrinfo check by making it always pass. Instead fix the MinGW64 issue properly by including ws2tcpip.h.
author reimar
date Tue, 02 Feb 2010 18:57:43 +0000
parents 1345f8cdfb00
children f1f8d7b2060a
line wrap: on
line source

#ifndef MPLAYER_CFG_MPLAYER_DEF_H
#define MPLAYER_CFG_MPLAYER_DEF_H

static char* default_config=
"# Write your default config options here!\n"
"\n"
//"nosound=nem"
"\n";

#endif /* MPLAYER_CFG_MPLAYER_DEF_H */