[Common-dev] CR-Client: Fix build busters on WinCE
Kevin Ross kross at real.comThis fixes a build buster on WinCE. It simply adds a missing member to the
stat struct in hlxclib/sys/types.h
-- Kevin
Index: types.h
===================================================================
RCS file: /cvsroot/common/runtime/pub/hlxclib/sys/types.h,v
retrieving revision 1.4
diff -u -r1.4 types.h
--- types.h 13 Jun 2003 20:11:56 -0000 1.4
+++ types.h 19 Mar 2004 02:25:42 -0000
@@ -64,6 +64,7 @@
time_t st_atime;
time_t st_ctime;
time_t st_mtime;
+ short st_nlink;
};
#elif defined(WIN32_PLATFORM_PSPC)
@@ -79,6 +80,7 @@
time_t st_atime;
time_t st_ctime;
time_t st_mtime;
+ short st_nlink;
};
#endif /* defined(WIN32_PLATFORM_PSPC) */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.helixcommunity.org/pipermail/common-dev/attachments/20040504/40dba397/attachment.htm