Update of /cvsroot/opengtoolkit/lvzip/c_source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20759/c_source
Modified Files:
macbin.h
Log Message:
Index: macbin.h
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/macbin.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** macbin.h 8 Jan 2006 22:52:26 -0000 1.9
--- macbin.h 8 Jan 2006 23:04:32 -0000 1.10
***************
*** 20,27 ****
#endif
- #if Mac
- #include <MacTypes.h>
- #endif
-
typedef char int8;
typedef unsigned char uInt8;
--- 20,23 ----
***************
*** 127,137 ****
};
- #if !Mac
typedef struct
{
int16 v;
int16 h;
! } Point;
! #endif
typedef uChar Str255[256], *PStr, *CStr;
--- 123,131 ----
};
typedef struct
{
int16 v;
int16 h;
! } LVPoint;
typedef uChar Str255[256], *PStr, *CStr;
***************
*** 164,168 ****
uInt32 mDate;
uInt16 flags; /* Mac only */
! Point location; /* Mac only */
uInt16 fId; /* Mac only */
uInt8 sId; /* Mac only */
--- 158,162 ----
uInt32 mDate;
uInt16 flags; /* Mac only */
! LVPoint location; /* Mac only */
uInt16 fId; /* Mac only */
uInt8 sId; /* Mac only */
|