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