Hi! Casper Hornstrup wrote:
Which gcc version do you use? Can you send me your _hooks.c?
Casper
gcc 3.3.1 ../configure --prefix=/usr --target=i386-mingw32 -v and bin 2.15.90.
Something is wrong with the lf/cr's. James
/* This file is autogenerated. */ #include <windows.h> #include "regtests.h"
API_DESCRIPTION ExternalDependencies[] = { {"ntdll.dll", "RtlAllocateHeap@12 ", NULL, NULL}, {"ntdll.dll", "RtlFreeHeap@12 ", NULL, NULL}, {"msvcrt.dll", "printf ", NULL, NULL}, };
#define ExternalDependencyCount 4 ULONG MaxExternalDependency = ExternalDependencyCount - 1;
PVOID STDCALL FrameworkGetHook(ULONG index) { return FrameworkGetHookInternal(index); }