drmemory
drmemory copied to clipboard
i#1948 add library calls arguments printing: new dlls and tests
Added function prototypes for the following dlls: user32.dll, ntdll.dll, wininet.dll, wsock32.dll, ws2_32.dll oleaut32.dll, ole32.dll, shell32.dll, shlwapi.dll.
Added test application that uses functions from the following dlls: advapi32.dll, gdi32.dll, wininet.dll, wsock32.dll, ws2_32.dll, oleaut32.dll, ole32.dll, shell32.dll, shlwapi.dll
Added external python script for comparing expected log with drltrace output.
Fixed syscall_unix test compilation problem in case of 64-bit Unix.
Fixes #2057