search for: penumloaded_modules_callback

Displaying 4 results from an estimated 4 matches for "penumloaded_modules_callback".

2015 Aug 30
3
Compilation error with MinGW
...it Windows 7. >> The problem is here: >> >> #ifdef __MINGW32__ >> #include <imagehlp.h> >> #else >> #include <dbghelp.h> >> #endif >> >> <skip> >> >> typedef BOOL (WINAPI >> *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); >> >> imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type. >> I fixed it on my side by the patch in the bottom of this email, but I >> don't know if it's the right approach in general. >> >> [1] http://comments.gmane.org/gmane.comp...
2015 Aug 29
2
Compilation error with MinGW
Hi all, I'm hitting the same problem as in this[1] thread. I use release_37 branch on 64-bit Windows 7. The problem is here: #ifdef __MINGW32__ #include <imagehlp.h> #else #include <dbghelp.h> #endif <skip> typedef BOOL (WINAPI *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type. I fixed it on my side by the patch in the bottom of this email, but I don't know if it's the right approach in general. [1] http://comments.gmane.org/gmane.comp.compilers.clang.user/709 -- Sly. diff --git a/li...
2009 Apr 08
0
[LLVMdev] DynamicLibrary.inc compile error /w vc++2005 and windows sdk 6.1
Hello there, I'm having a problem compiling llvm with vc++ 2005 and windows sdk6.1. It seems that the Platform SDK supplied with vc++2005 uses PSTR for the first param of PENUMLOADED_MODULES_CALLBACK64 typedef (dbghelp.h) and the windows sdk 6.1 (also windows sdk 6.0a that ships with vc++2008) uses PCSTR. The _MSC_VER macro guard for ELM_Callback(...) kinda kills the possibility of using VC++2005 with SDK 6.1 and without the macro guard, one will require to have SDK6.0A+ setup with vc++2005...
2007 Sep 28
0
Wine release 0.9.46
...MENTS is now a synonym for CSIDL_PERSONAL. advapi32: Add and use LSTATUS. imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). wordpad: Fix compilation on systems that don't support nameless unions. dnsapi: Fix the DnsQueryConfig() prototype. dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype. regstr.h only defines constants and structures and thus does not need an extern "C" statement. gdiplus: Make gdiplustypes.h C++ compatible. mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants. fci.h: Include basetsd.h. infosoft...