Adding ENOTEMPTY to fix build bustage. wince only

This commit is contained in:
dougt%meer.net 2006-04-02 06:11:39 +00:00
Родитель 8c5b942b08
Коммит 4dafdc920a
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -255,6 +255,11 @@
#endif
#define EAGAIN 35 /* Resource temporarily unavailable */
#ifdef ENOTEMPTY
#undef ENOTEMPTY
#endif
#define ENOTEMPTY 39 /* Directory not empty */
// in winsock.h
#ifdef EBADRPC