Adding ENOTEMPTY to fix build bustage. wince only

This commit is contained in:
dougt%meer.net 2006-04-02 06:11:39 +00:00
Родитель f3dd0489c3
Коммит a01c3ca0ce
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