Displaying 2 results from an estimated 2 matches for "fpenumerateloadedmodul".
Did you mean:
fpenumerateloadedmodules
2015 Aug 30
3
Compilation error with MinGW
...elease_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.
>>
>> [...
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.cl...