Revision: 54620
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54620&view=rev
Author:   brlcad
Date:     2013-03-12 14:11:48 +0000 (Tue, 12 Mar 2013)
Log Message:
-----------
stub in some of the 64bit funcs, wip

Modified Paths:
--------------
    brlcad/trunk/include/config_win.h

Modified: brlcad/trunk/include/config_win.h
===================================================================
--- brlcad/trunk/include/config_win.h   2013-03-12 14:01:04 UTC (rev 54619)
+++ brlcad/trunk/include/config_win.h   2013-03-12 14:11:48 UTC (rev 54620)
@@ -165,6 +165,18 @@
 #define sys_errlist _sys_errlist
 #define sys_nerr _sys_nerr
 
+
+/* #if defined(SIZEOF_VOID_P) && SIZEOF_VOID_P == 8 */
+/* #  define fseek _fseeki64 */
+/* #  define fstat _fstati64 */
+/* #  define ftell _ftelli64 */
+/* #  define lseek _lseeki64 */
+/* #  define stat _stati64 */
+/* #else */
+/* #  define stat _stat */
+/* ... */
+/* #endif */
+
 #define fmax __max
 #define ioctl ioctlsocket
 
@@ -180,6 +192,8 @@
  * types
  */
 
+/* #if defined(SIZEOF_VOID_P) && SIZEOF_VOID_P == 8 */
+/* #define off_t int64_t*/
 #define off_t _off_t
 
 typedef int pid_t;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to