Commit e2474fcf authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Define LPSTACKFRAME too.

parent b0582dc9
......@@ -227,7 +227,7 @@ typedef struct _STACKFRAME {
BOOL Virtual;
DWORD Reserved[3];
KDHELP KdHelp;
} STACKFRAME, *PSTACKFRAME;
} STACKFRAME, *PSTACKFRAME, *LPSTACKFRAME;
typedef struct _IMAGEHLP_SYMBOL {
DWORD SizeOfStruct;
......
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