Woops. Corrected; pointers should include LP

Medland, Bill Bill.Medland at accpac.com
Thu Jan 3 17:28:16 CST 2002


 <<diff39.txt>> 
-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
define LPSTACKFRAME too

Index: wine/include/imagehlp.h
===================================================================
RCS file: /home/wine/wine/include/imagehlp.h,v
retrieving revision 1.11
diff -u -r1.11 imagehlp.h
--- wine/include/imagehlp.h	2001/05/11 19:54:47	1.11
+++ wine/include/imagehlp.h	2002/01/03 21:51:40
@@ -227,7 +227,7 @@
   BOOL    Virtual;
   DWORD     Reserved[3];
   KDHELP  KdHelp;
-} STACKFRAME, *PSTACKFRAME;
+} STACKFRAME, *PSTACKFRAME, *LPSTACKFRAME;
 
 typedef struct _IMAGEHLP_SYMBOL {
   DWORD SizeOfStruct;


More information about the wine-patches mailing list