On Wed, 24 Jun 2020, Steve Lhomme wrote:
On 2020-06-23 14:58, Biswapriyo Nath wrote:In my opinion, in the crt files, the only export function should be ActivateAudioInterfaceAsync and others can be removed. Also `cpp_quote("")` can be removed (past incident). In idl file, ActivateAudioInterfaceAsync may be written in one cpp_quote.OK I sent a v2. I did not modify libarm32/mmdevapi.def which already existed and had some of the other entries. It does have ActivateAudioInterfaceAsync already.
If there's already a def file in libarm32 and you're adding it to lib-common, remove the one from libarm32, as we want as few duplicates of them as possible.
Whether to keep the superfluous ord_* entries or not when moving an existing file, I don't have a hard opinion (both keeping them, when doing a pure move, or getting rid of them, is ok), but I'd at least avoid adding new cases of them.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
