Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.6
-
None
-
None
-
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
|