Revision: 75842
          http://sourceforge.net/p/brlcad/code/75842
Author:   jebbly
Date:     2020-05-19 20:05:42 +0000 (Tue, 19 May 2020)
Log Message:
-----------
Remove 'extern "C"' keyword from brlcad_miss() and brlcad_hit() function 
declarations in art/art.h to resolve art compilation on Windows.

Modified Paths:
--------------
    brlcad/trunk/src/art/art.h

Modified: brlcad/trunk/src/art/art.h
===================================================================
--- brlcad/trunk/src/art/art.h  2020-05-19 19:28:11 UTC (rev 75841)
+++ brlcad/trunk/src/art/art.h  2020-05-19 20:05:42 UTC (rev 75842)
@@ -111,8 +111,8 @@
 namespace asf = foundation;
 namespace asr = renderer;
 
-extern "C" int APPLESEED_DLL_EXPORT brlcad_hit(struct application* ap, struct 
partition* PartHeadp, struct seg* UNUSED(segs));
-extern "C" int APPLESEED_DLL_EXPORT brlcad_miss(struct application* 
UNUSED(ap));
+int APPLESEED_DLL_EXPORT brlcad_hit(struct application* ap, struct partition* 
PartHeadp, struct seg* UNUSED(segs));
+int APPLESEED_DLL_EXPORT brlcad_miss(struct application* UNUSED(ap));
 
 class APPLESEED_DLL_EXPORT BrlcadObject : public asr::ProceduralObject
 {

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