summaryrefslogtreecommitdiff
path: root/cpio/cpio_windows.h
Commit message (Collapse)AuthorAgeFilesLines
* Visual Studio 2015 ChangesHans Hinrichsen2016-01-131-2/+4
| | | | snprintf shouldn't be defined in a macro in VS2015 and above due to its C99 changes
* Fix previous commit.NiLuJe2013-12-221-0/+1
| | | | Forgot to check if cpio_windows.h actually pulled windows.h in ;p.
* Fix some compiler warnings in VS9.Tim Kientzle2009-09-131-0/+4
| | | | SVN-Revision: 1457
* Fix bsdcpio build on VS9. There's still a minor build issue on MinGW that I ↵Tim Kientzle2009-08-061-2/+16
| | | | | | need to track down. I think some of the cpio_windows.c shims aren't needed and can be removed. SVN-Revision: 1349
* Emulated sleep() is never used here.Tim Kientzle2009-08-061-2/+0
| | | | SVN-Revision: 1345
* Need some headers here.Tim Kientzle2009-07-271-0/+3
| | | | SVN-Revision: 1299
* Remove unnecessary 'extern "C"' from private headers.Charles Wilson2009-07-221-8/+0
| | | | | | Correct include guard in archive_windows.h SVN-Revision: 1264
* Remove the attempt to determine "root" for Windows in cpio.Tim Kientzle2009-07-191-3/+0
| | | | | | | This can never really work properly, so it's better to just not bother. SVN-Revision: 1239
* Use sprintf_s only in MSVC, not in MinGW, Cygwin, or other Windows-based ↵Tim Kientzle2009-06-271-0/+3
| | | | | | environments. SVN-Revision: 1197
* Revert r838,r839 and r840.Michihiro NAKAJIMA2009-03-251-0/+1
| | | | SVN-Revision: 842
* Remove a lot of duplicate functions which simulates POSIXMichihiro NAKAJIMA2009-03-241-1/+0
| | | | | | | | | | | | function for Windows platform. And move the remaining simulate functions to archive_windows.[ch]. It will be easy maintenance and avoid the same named functions having different codes. This change does *not* mean libarchive library has those ones or exports it. All libarchive's executable programs include archive_windows.c for one of its program files. SVN-Revision: 838
* We can build bsdcpio on Windows. But it hasn't tested yet.Michihiro NAKAJIMA2009-03-061-0/+61
SVN-Revision: 729