mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
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
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user