Commit 396880ac authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedbg: Make savable variables size a DWORD.

parent 77f84fd4
......@@ -254,7 +254,7 @@ extern HANDLE dbg_houtput;
struct dbg_internal_var
{
DWORD_PTR val;
DWORD val;
const char* name;
void* pval;
ULONG typeid; /* always internal type */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment