May 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19901

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #9885 "fix issue 19901 - importing export symbols causes link errors (Win32)" fixing this issue:

- fix issue 19901 - importing export symbols causes link errors (Win32)

  build and run the mydll example also for -m64 and -m32mscoff

https://github.com/dlang/dmd/pull/9885

--
May 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19901

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9885 "fix issue 19901 - importing export symbols causes link errors (Win32)" was merged into stable:

- d16d4c5ecf92fb52eee28cb8ab2c4d1b9f1544b0 by Rainer Schuetze:
  fix issue 19901 - importing export symbols causes link errors (Win32)

  build and run the mydll example also for -m64 and -m32mscoff

https://github.com/dlang/dmd/pull/9885

--