aboutsummaryrefslogtreecommitdiff
path: root/win32/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: net: add missing stub header filesNguyễn Thái Ngọc Duy2010-09-211-0/+0
|
* Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+0
| | | | | Conflicts: shell/ash.c
* win32: add missing system headersNguyễn Thái Ngọc Duy2010-09-105-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.