From 0d1eb42d06aa091ccd313ed15a7f97df101326f6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 11 Feb 2022 19:11:39 +1000 Subject: [PATCH] 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 --- miniaudio.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 684720d6..67dc2f45 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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_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