Commit 0d1eb42d authored by David Reid's avatar David Reid

Remove documentation for MA_DLL.

It is not recommended to use this option because miniaudio never
maintains ABI compatibility between versions, not even revisions.

Public issue https://github.com/mackron/miniaudio/issues/428
parent f83341e4
...@@ -655,12 +655,6 @@ You cannot use `-std=c*` compiler flags, nor `-ansi`. ...@@ -655,12 +655,6 @@ You cannot use `-std=c*` compiler flags, nor `-ansi`.
+----------------------------------+--------------------------------------------------------------------+ +----------------------------------+--------------------------------------------------------------------+
| MA_API | Controls how public APIs should be decorated. Default is `extern`. | | MA_API | Controls how public APIs should be decorated. Default is `extern`. |
+----------------------------------+--------------------------------------------------------------------+ +----------------------------------+--------------------------------------------------------------------+
| MA_DLL | If set, configures `MA_API` to either import or export APIs |
| | depending on whether or not the implementation is being defined. |
| | If defining the implementation, `MA_API` will be configured to |
| | export. Otherwise it will be configured to import. This has no |
| | effect if `MA_API` is defined externally. |
+----------------------------------+--------------------------------------------------------------------+
3. Definitions 3. Definitions
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment