Update DllImport attributes to use AL.LibraryName by dellis1972 · Pull Request #9015 · MonoGame/MonoGame

@dellis1972

Fixes Issue reported via #8885.

We were using `_Internal` rather than `__Internal` for the iOS specific API's . This has been replaced with the `AL.LibraryName` so that we are consistent with other declarations.

@dellis1972 mentioned this pull request

Sep 13, 2025

ThomasFOG