Revision: 75754
http://sourceforge.net/p/brlcad/code/75754
Author: starseeker
Date: 2020-05-08 12:43:59 +0000 (Fri, 08 May 2020)
Log Message:
-----------
Still getting lseek complaints with MSVC 2017 and step-g - see if this is the
source.
Modified Paths:
--------------
brlcad/trunk/src/other/stepcode/src/clstepcore/complexSupport.h
Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/complexSupport.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/complexSupport.h
2020-05-08 02:09:16 UTC (rev 75753)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/complexSupport.h
2020-05-08 12:43:59 UTC (rev 75754)
@@ -37,13 +37,11 @@
# define fseek _fseeki64
# define ftell _ftelli64
# define fstat _fstati64
-# define lseek _lseeki64
# define stat _stati64
#elif defined (_WIN32)
# include <sys/stat.h>
# define b_off_t _off_t
# define fstat _fstat
-# define lseek _lseek
# define stat _stat
#else
# define b_off_t off_t
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits