Update of /cvsroot/opengtoolkit/lvzip/c_source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8129/c_source
Modified Files:
zlibvc.def zlibvc.dsp
Log Message:
Added c-code MacBinary implementation for Mac platform
Index: zlibvc.def
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.def,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** zlibvc.def 4 Apr 2005 21:18:37 -0000 1.10
--- zlibvc.def 7 Jan 2006 20:12:01 -0000 1.11
***************
*** 96,100 ****
--- 96,104 ----
unzRepair @102
+ DLLVersion @190
OpenResFork @200
UtilFileInfo @201
InitializeFileFuncs @202
+ HasResourceFork @203
+ LV_EncodeMacbinary @204
+ LV_DecodeMacbinary @205
Index: zlibvc.dsp
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.dsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** zlibvc.dsp 16 Jan 2005 11:30:19 -0000 1.6
--- zlibvc.dsp 7 Jan 2006 20:12:01 -0000 1.7
***************
*** 238,241 ****
--- 238,246 ----
# Begin Source File
+ SOURCE=.\MacBinaryIII.c
+ # PROP Exclude_From_Build 1
+ # End Source File
+ # Begin Source File
+
SOURCE=.\mztools.c
# End Source File
***************
*** 310,313 ****
--- 315,322 ----
# Begin Source File
+ SOURCE=.\MacBinaryIII.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\mztools.h
# End Source File
|