http://d.puremagic.com/issues/show_bug.cgi?id=4208
Summary: druntime should not depend on Phobos
Product: D
Version: 2.041
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from SHOO <[email protected]> 2010-05-19 08:06:23 PDT ---
Created an attachment (id=638)
Remove Phobos dependence.
I found some Phobos dependences:
- druntime/src/core/dll_helper.d
std.c.windows.windows
- druntime/src/core/thread_helper.d
std.c.windows.windows, std.c.stdlib
Rewrite:
std.c.windows.windows to core.sys.windows.windows
std.c.stdlib to core.stdc.stdlib
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------