Revision: 77854
          http://sourceforge.net/p/brlcad/code/77854
Author:   starseeker
Date:     2020-12-01 19:55:36 +0000 (Tue, 01 Dec 2020)
Log Message:
-----------
Export this function for MSVC

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/include/express/error.h

Modified: 
brlcad/branches/extbuild/src/other/ext/stepcode/include/express/error.h
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/include/express/error.h     
2020-12-01 19:09:07 UTC (rev 77853)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/include/express/error.h     
2020-12-01 19:55:36 UTC (rev 77854)
@@ -225,7 +225,7 @@
 extern SC_EXPRESS_EXPORT void ERRORsafe( jmp_buf env );
 extern SC_EXPRESS_EXPORT void ERRORunsafe( void );
 
-extern char * ERRORget_warnings_help(const char* prefix, const char *eol);
+extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, 
const char *eol);
 extern bool ERRORis_enabled(enum ErrorCode errnum);
 
 #endif /* ERROR_H */

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

Reply via email to