comparison nt/minitar.c @ 812:f846c2ef930d

[xemacs-hg @ 2002-04-13 20:31:27 by jhar] Document that MSVC6 or later required
author jhar
date Sat, 13 Apr 2002 20:31:34 +0000
parents 02f7a782086f
children d4c017f833e2
comparison
equal deleted inserted replaced
811:7778a469a8ac 812:f846c2ef930d
11 do whatever you like with it. There is NO WARRANTY. 11 do whatever you like with it. There is NO WARRANTY.
12 If it breaks, you get to keep both pieces */ 12 If it breaks, you get to keep both pieces */
13 13
14 14
15 #include <stdio.h> 15 #include <stdio.h>
16 #include <stdlib.h>
16 #include <errno.h> 17 #include <errno.h>
17 #include <string.h> 18 #include <string.h>
18 #include <io.h> 19 #include <io.h>
20 #ifdef WIN32_NATIVE
21 # include <direct.h> /* For mkdir */
22 #endif
19 23
20 #include <zlib.h> 24 #include <zlib.h>
21 25
22 static int 26 static int
23 Usage (char *name) 27 Usage (char *name)