diff options
Diffstat (limited to 'o3d/core/cross/ddsurfacedesc.h')
-rw-r--r-- | o3d/core/cross/ddsurfacedesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/core/cross/ddsurfacedesc.h b/o3d/core/cross/ddsurfacedesc.h index adc8ffd..1742c16 100644 --- a/o3d/core/cross/ddsurfacedesc.h +++ b/o3d/core/cross/ddsurfacedesc.h @@ -210,7 +210,7 @@ struct DDSURFACEDESC2 { }; DWORD dwAlphaBitDepth; // depth of alpha buffer requested DWORD dwReserved; // reserved - DWORD lpSurface; // pointer to the associated surface memory + LPVOID lpSurface; // pointer to the associated surface memory union { DDCOLORKEY ddckCKDestOverlay; // color key for destination overlay DWORD dwEmptyFaceColor; // color for empty cubemap faces |