mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[WINESYNC] include: Fix D3DXF_FILELOADMEMORY definition.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id c9c74b8b10116c3f0b3bd4d08724963245499a92 by Matteo Bruni <mbruni@codeweavers.com>
This commit is contained in:
parent
9add999c51
commit
256cd6a4cb
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ typedef struct _D3DXF_FILELOADRESOURCE
|
|||
|
||||
typedef struct _D3DXF_FILELOADMEMORY
|
||||
{
|
||||
void *lpMemory;
|
||||
const void *lpMemory;
|
||||
SIZE_T dSize;
|
||||
} D3DXF_FILELOADMEMORY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue