diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/minizip/make_vms.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/make_vms.com b/contrib/minizip/make_vms.com index 9ac13a9..4a0a77e 100644 --- a/contrib/minizip/make_vms.com +++ b/contrib/minizip/make_vms.com | |||
@@ -2,7 +2,7 @@ $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig | |||
2 | $ open/write zdef vmsdefs.h | 2 | $ open/write zdef vmsdefs.h |
3 | $ copy sys$input: zdef | 3 | $ copy sys$input: zdef |
4 | $ deck | 4 | $ deck |
5 | #define unix | 5 | #define __unix__ |
6 | #define fill_zlib_filefunc64_32_def_from_filefunc32 fillzffunc64from | 6 | #define fill_zlib_filefunc64_32_def_from_filefunc32 fillzffunc64from |
7 | #define Write_Zip64EndOfCentralDirectoryLocator Write_Zip64EoDLocator | 7 | #define Write_Zip64EndOfCentralDirectoryLocator Write_Zip64EoDLocator |
8 | #define Write_Zip64EndOfCentralDirectoryRecord Write_Zip64EoDRecord | 8 | #define Write_Zip64EndOfCentralDirectoryRecord Write_Zip64EoDRecord |