bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] [bug #59491] The _imp_ symbol for x64


From: Bruno Haible
Subject: [bug-libunistring] [bug #59491] The _imp_ symbol for x64
Date: Sat, 21 Nov 2020 18:34:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0

Update of bug #59491 (project libunistring):

                  Status:                    None => Fixed                  
             Assigned to:                    None => haible                 
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for the report. Fixed through
https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=commitdiff;h=31600a8bd3ad1e27715e214227b6b64196aff631

> I don't know if _LP64_ is good selection, or not.
It gets in the right direction. But MSVC does not define __LP64__ or _LP64; it
defines _WIN64 instead.

> # define IMP(x) _imp_##x
An extra underscore is needed before '_imp', because at the linker level these
symbols all start with '__imp_'. (Use, for example, "nm foo.dll.lib" to see
it.)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59491>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]