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.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6338 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-07 23:49:13 +00:00
parent 53078d2ae6
commit ec6a18cd0a
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@
#include <zlib.h>
#endif
#if !defined(__CYGWIN__)
// inclusion of fcntl.h cause cygwin gcc crash
#ifndef __CYGWIN__
#include <fcntl.h>
#endif