mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
__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:
parent
ccec743ba1
commit
7e5a980f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue