Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 10.0.6
-
Fix Version/s: 10.0.5
-
Component/s: None
-
Labels:None
-
Environment:all
Description
ma_dyncol.h doesn't work in a C++ environment
How to fix:
ma_dyncol.h |
+#ifdef __cplusplus
|
+extern "C" {
|
+#endif
|
-----
|
+#ifdef __cplusplus
|
}
|
+#endif
|