Re: d3d8: Attempting to set a NULL rt is legal in d3d8
April 22, 2011
12:35 p.m.
On 22 April 2011 14:25, "Stefan Dösinger" <stefandoesinger(a)gmx.at> wrote:
An unrelated issue I am ignoring for now: void * __cdecl wined3d_buffer_get_parent(const struct wined3d_buffer *buffer);
in the .idl file is compiled by Microsoft's midl to
void *__cdecl wined3d_buffer_get_parent( struct wined3d_buffer *buffer);
ie, the const is lost, leading to complaints from msvc that the implementation function doesn't match the declaration. Any idea how to fix it?
Odd. But I think we can ignore it unless there's an easy fix, the IDL file should go away anyway once COM is gone from wined3d. Though maybe widl should match that behaviour.
5453
Age (days ago)
5453
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet