00001 #ifndef XMMSC_UNISTD_H 00002 #define XMMSC_UNISTD_H 00003 00004 #ifndef _MSC_VER 00005 #include <unistd.h> 00006 #endif 00007 00008 #endif