[PATCH 1/3] include: Fix D3DXF_FILELOADMEMORY definition.

Matteo Bruni mbruni at codeweavers.com
Tue Mar 26 16:26:48 CDT 2019


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
 include/d3dx9xof.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3dx9xof.h b/include/d3dx9xof.h
index 35019f26d4e..227f3a57ba2 100644
--- a/include/d3dx9xof.h
+++ b/include/d3dx9xof.h
@@ -49,7 +49,7 @@ typedef struct _D3DXF_FILELOADRESOURCE
 
 typedef struct _D3DXF_FILELOADMEMORY
 {
-    void *lpMemory;
+    const void *lpMemory;
     SIZE_T dSize;
 } D3DXF_FILELOADMEMORY;
 
-- 
2.19.2




More information about the wine-devel mailing list