view mplayer.h @ 6337:df799e2a5a47

Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see fcntl funcs were only use in #if 0ed debug code.
author atmos4
date Fri, 07 Jun 2002 23:49:13 +0000
parents e9bd97d5c5cc
children f554e7271587
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;
extern int vcd_track;

extern void exit_player(char* how);

#endif