view gui/mplayer/pixmaps/empty1px.xpm @ 28425:fe584a095dfd

Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H to 0 if __MINGW32__ is defined.
author reimar
date Tue, 03 Feb 2009 12:17:49 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const empty1px_xpm[] = {
"1 1 1 1",
" 	c None",
" "};