[Common-dev] CR-Client: Fix build busters on WinCE

[Common-dev] CR-Client: Fix build busters on WinCE

Kevin Ross kross at real.com
Tue May 4 19:07:03 PDT 2004


This 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


More information about the Common-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.