From 82561cbbcef98f07da648ac7066dcd360f1fc265 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 3 Jan 2024 11:33:25 -0500 Subject: [PATCH] Fix type --- LEGO1/mxdirect3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxdirect3d.h b/LEGO1/mxdirect3d.h index c3db64d6..963efc8f 100644 --- a/LEGO1/mxdirect3d.h +++ b/LEGO1/mxdirect3d.h @@ -82,8 +82,8 @@ struct MxDeviceEnumerateElement { void Init(LPGUID p_guid, LPSTR p_driverDesc, LPSTR p_driverName); LPGUID m_guid; // 0x00 - LPSTR m_driverDesc; // 0x04 - LPSTR m_driverName; // 0x08 + char* m_driverDesc; // 0x04 + char* m_driverName; // 0x08 DDCAPS m_ddCaps; // 0x0c list m_unk0x178; // 0x178 list m_unk0x184; // 0x184