ddraw: Make ddraw_surface_wined3d_parent_ops static.
This commit is contained in:
parent
635ab65651
commit
6f35ec6092
|
@ -37,7 +37,6 @@
|
|||
#include "wine/list.h"
|
||||
#include "wine/wined3d.h"
|
||||
|
||||
extern const struct wined3d_parent_ops ddraw_surface_wined3d_parent_ops DECLSPEC_HIDDEN;
|
||||
extern const struct wined3d_parent_ops ddraw_null_wined3d_parent_ops DECLSPEC_HIDDEN;
|
||||
|
||||
/* Typdef the interfaces */
|
||||
|
|
|
@ -5585,7 +5585,7 @@ static void STDMETHODCALLTYPE ddraw_surface_wined3d_object_destroyed(void *paren
|
|||
HeapFree(GetProcessHeap(), 0, surface);
|
||||
}
|
||||
|
||||
const struct wined3d_parent_ops ddraw_surface_wined3d_parent_ops =
|
||||
static const struct wined3d_parent_ops ddraw_surface_wined3d_parent_ops =
|
||||
{
|
||||
ddraw_surface_wined3d_object_destroyed,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue