зеркало из https://github.com/mozilla/pjs.git
Adding ENOTEMPTY to fix build bustage. wince only
This commit is contained in:
Родитель
8c5b942b08
Коммит
4dafdc920a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче