[Libs/cmm] Incorrect wrappers over iconv.obj #127

Open
opened 2025-03-09 23:09:29 +01:00 by mxlgv · 0 comments
Owner

In the cmm library, which WebView uses, for example, iconv_open() is called incorrectly. For example, iconv() and iconv_open() have the stdcall calling convention, but should be cdecl. In addition, they are passed in the wrong order, but it works: #126

In the cmm library, which WebView uses, for example, `iconv_open()` is called incorrectly. For example, `iconv()` and `iconv_open()` have the `stdcall` calling convention, but should be `cdecl`. In addition, they are passed in the wrong order, but it works: https://git.kolibrios.org/KolibriOS/kolibrios/issues/126
mxlgv added the
Category/Libraries
Kind
Bug
Priority
Low
labels 2025-03-09 23:10:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#127
No description provided.