Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: net: add missing stub header files | Nguyễn Thái Ngọc Duy | 2010-09-21 | 1 | -0/+0 |
| | |||||
* | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+0 |
| | | | | | Conflicts: shell/ash.c | ||||
* | win32: add missing system headers | Nguyễn Thái Ngọc Duy | 2010-09-10 | 5 | -0/+0 |
These empty headers are to prevent #include errors. Of course those #include may be wrapped inside #ifdefs and excluded, but that would turn libbb.h into a #ifdef mess. Note that all missing declaration is in mingw.h, not in these files. |