fix Win64 build for newer SDK

This commit is contained in:
Matthew Flatt 2012-09-13 10:50:45 -06:00
parent 6b7acd187b
commit 7a772ce09d

View File

@ -126,9 +126,11 @@ uintptr_t scheme_approx_sp()
}
#ifdef _WIN64
# ifndef UNWIND_HISTORY_TABLE_SIZE
extern PRUNTIME_FUNCTION WINAPI RtlLookupFunctionEntry(ULONG64, ULONG64*, void*);
extern PVOID WINAPI RtlVirtualUnwind(DWORD, DWORD64, DWORD64, PRUNTIME_FUNCTION,
PCONTEXT, PVOID, PDWORD64, PVOID);
# endif
#endif
static void set_cache(void *p, Scheme_Object *last)