[ros-bugs] [Bug 7171] [LD BUG] Delay import library combined with __declspec(dllimport) produces bogus output files

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Jul 13 12:15:30 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=7171





--- Comment #6 from ThFabba <thfabba at gmx.de>  2012-07-13 12:15:29 CET ---
I've rechecked all current delay-imports. They seem to work out (due to not
being called with __declspec(dllimport)).

Problematic DLLs:
- imagehlp
- ws2_32

Acceptable DLLs:
- comctl32
- comdlg32
- crypt32
- cryptui
- fmifs
- imm32
- iphlpapi
- mlang
- mpr
- msimg32
- ole32
- oleaut32
- (rpcrt4)
- secur32
- shell32
- urlmon
- user32
- usp10
- uxtheme
- version
- windowscodecs
- winhttp
- wininet
- wintrust
- winmm

RPCRT4 should be fine for now, but only works due to an ifndef __GNUC__ around
the dllimport which is there for unknown reasons.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list