12 Sep
2024
12 Sep
'24
9:22 a.m.
Anton Baskanov (@baskanov) commented about dlls/dplayx/dplobby.c:
return DPERR_OUTOFMEMORY;
obj->IDirectPlayLobby3_iface.lpVtbl = &dpl3_vt; - obj->IDirectPlayLobby3A_iface.lpVtbl = &dpl3A_vt; obj->msgtid = 0; obj->ref = 1; + obj->ansi_iface = IsEqualGUID( &IID_IDirectPlayLobbyA, riid ) ||
Does the native behave this way? E.g. if I create the object with IID_IDirectPlayLobby and then query IID_IDirectPlayLobbyA from it, will the queried interface return Unicode strings? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6481#note_82007