Commit graph

10 commits

Author SHA1 Message Date
unknown
15fe8e90b0 Fixed Windows build failure.
Unfortunately, std.windows.registry changes useWfuncs in a unit test,
so we can't have it be immutable like it should be.

I'd _really_ like to be able to drop support of pre-Win2K and get rid
of the whole issue...
2012-01-22 18:53:29 -08:00
Richard Webb
61270ed7b2 Changed useWfuncs from shared to immutable. 2012-01-22 11:47:09 +00:00
Richard Webb
a1d83cdd93 64bit Windows always supports the W functions, so no need to check for them. 2012-01-21 22:20:13 +00:00
Daniel Green
58f4356ca2 Change version( Win32 ) to version( Windows ) when Win64 would be supported as well. 2012-01-16 22:10:18 -05:00
Walter Bright
046e1b36db add source links 2011-02-06 15:46:50 -08:00
Don Clugston
a8a9e3b26e Fix Windows circular import. 2010-11-11 08:06:35 +00:00
Sean Kelly
f036f4ddcb Set native eol-style for some files that didn't have it. 2010-07-06 19:16:04 +00:00
Sean Kelly
9be950356b Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
Sean Kelly
747f3cf1e4 Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules.
Removed std.openrj.
2009-09-16 18:19:51 +00:00
Walter Bright
f14ca1c010 fix bugzilla 2727 2009-03-10 18:13:37 +00:00