__asm keyword is not supported by Win64 (we'll need to find a solution for this). This keyword _M_IX86 is only defined on Win32.

This commit is contained in:
Miroslav Stampar 2010-02-22 14:02:13 +00:00
parent ccec743ba1
commit 7e5a980f1b

View File

@ -528,7 +528,7 @@ int sys_bineval(
return 0;
}
#if defined(_WIN32) || defined(_WIN64) || defined(__WIN32__) || defined(WIN32)
#if defined(_M_IX86)
DWORD WINAPI exec_payload(LPVOID lpParameter)
{
__try