Define LPSTACKFRAME too.

This commit is contained in:
Bill Medland 2002-01-04 18:45:28 +00:00 committed by Alexandre Julliard
parent b0582dc972
commit e2474fcf46
1 changed files with 1 additions and 1 deletions

View File

@ -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;