Revision: 75864
http://sourceforge.net/p/brlcad/code/75864
Author: starseeker
Date: 2020-05-21 13:32:30 +0000 (Thu, 21 May 2020)
Log Message:
-----------
Zapped the MSVC versions by mistake
Modified Paths:
--------------
brlcad/branches/bioh/src/other/stepcode/include/sc_export.h
brlcad/branches/bioh/src/other/stepcode/src/base/judy/src/judy.h
Modified: brlcad/branches/bioh/src/other/stepcode/include/sc_export.h
===================================================================
--- brlcad/branches/bioh/src/other/stepcode/include/sc_export.h 2020-05-21
12:56:40 UTC (rev 75863)
+++ brlcad/branches/bioh/src/other/stepcode/include/sc_export.h 2020-05-21
13:32:30 UTC (rev 75864)
@@ -2,8 +2,8 @@
#define SC_EXPORT_H
#if defined(_WIN32)
-# define COMPILER_DLLEXPORT COMPILER_DLLEXPORT
-# define COMPILER_DLLIMPORT DLLIMPORT
+# define COMPILER_DLLEXPORT __declspec(dllexport)
+# define COMPILER_DLLIMPORT __declspec(dllimport)
#else
# define COMPILER_DLLEXPORT __attribute__ ((visibility ("default")))
# define COMPILER_DLLIMPORT __attribute__ ((visibility ("default")))
Modified: brlcad/branches/bioh/src/other/stepcode/src/base/judy/src/judy.h
===================================================================
--- brlcad/branches/bioh/src/other/stepcode/src/base/judy/src/judy.h
2020-05-21 12:56:40 UTC (rev 75863)
+++ brlcad/branches/bioh/src/other/stepcode/src/base/judy/src/judy.h
2020-05-21 13:32:30 UTC (rev 75864)
@@ -34,8 +34,8 @@
/* Import/Export flags for base. */
#if defined(_WIN32)
-# define COMPILER_DLLEXPORT COMPILER_DLLEXPORT
-# define COMPILER_DLLIMPORT DLLIMPORT
+# define COMPILER_DLLEXPORT __declspec(dllexport)
+# define COMPILER_DLLIMPORT __declspec(dllimport)
#else
# define COMPILER_DLLEXPORT __attribute__ ((visibility ("default")))
# define COMPILER_DLLIMPORT __attribute__ ((visibility ("default")))
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