<div dir="ltr"><div>Hi,</div><div><br></div>> "CurrentIP@0" is a mangled symbol. The "@0" suffix means "this function follows the<br>> __stdcall calling convention, and it accepts 0 bytes of arguments."<br>> <br>> However, export symbols are usually exported as unmangled names. Try:<br>> <br>>   DECLSPEC_IMPORT extern void *WINAPI CurrentIP(void);<br><br>As with Giovanni, this gives the error undefined reference to `_imp__CurrentIP@0'<br><br>But thanks for the detailed explanation, I really appreciate it.<br><br>> You can always resolve it manually it with GetProcAddress<br><br>Thanks! I had no idea you could do that in Wine, I thought it was part of the Windows SDK only.<br><br>I've submitted a revision. Just wondering if the revision is showing up under this email for anyone else or if it's just me? Maybe it's a Gmail issue. The subject line is different so that's weird.</div>