Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-04-22 03:57:10 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-04-22 03:57:10 +0400
commita491557a5539ce0f93797e7ab25ce471216006a7 (patch)
treee971873ccd38722d25901d59e74b1f3589f94346 /winsup/w32api/include
parenta0307f9914e8e2407f8ba4776e014e36a18c773f (diff)
2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Correct definition. Thanks to Safety0ff for the report.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/imagehlp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/imagehlp.h b/winsup/w32api/include/imagehlp.h
index 448c51d96..01ffdba56 100644
--- a/winsup/w32api/include/imagehlp.h
+++ b/winsup/w32api/include/imagehlp.h
@@ -174,7 +174,7 @@ typedef struct _tagSTACKFRAME {
DWORD Reserved[3];
KDHELP KdHelp;
} STACKFRAME,*LPSTACKFRAME;
-typedef BOOL(STDCALL*PREAD_PROCESS_MEMORY_ROUTINE)(HANDLE ,LPCVOID,LPVOID,DWORD,LPDWORD);
+typedef BOOL(STDCALL*PREAD_PROCESS_MEMORY_ROUTINE)(HANDLE,DWORD,PVOID,DWORD,PDWORD);
typedef LPVOID(STDCALL*PFUNCTION_TABLE_ACCESS_ROUTINE)(HANDLE,DWORD);
typedef DWORD(STDCALL*PGET_MODULE_BASE_ROUTINE)(HANDLE,DWORD);
typedef DWORD(STDCALL*PTRANSLATE_ADDRESS_ROUTINE)(HANDLE,HANDLE,LPADDRESS);