Skip to content

Commit

Permalink
Merge pull request #406 from denis-sh/get-rid-of-win9x-support
Browse files Browse the repository at this point in the history
Get rid of win9x support
  • Loading branch information
andralex committed Feb 18, 2012
2 parents 44b2f8e + 84cefc4 commit 49e4bb0
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 738 deletions.
2 changes: 2 additions & 0 deletions changelog.dd
Expand Up @@ -30,6 +30,8 @@ $(VERSION 058, ddd mm, 2012, =================================================,
$(LI std.uni's isUniLower, isUniUpper, toUniLower, toUniUpper, and isUniAlpha
have been deprecated. Please use the versions of these functions which do
not have Uni in their name.)
$(LI Get rid of Windows 3.x and Windows 9x support. Affected modules: std.file,
std.mmfile, std.stream, and std.windows.registry.)
)

$(LIBBUGSFIXED
Expand Down
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -194,7 +194,7 @@ D_FILES = $(addsuffix .d,$(D_MODULES))
# Aggregate all D modules over all OSs (this is for the zip file)
ALL_D_FILES = $(addsuffix .d, $(D_MODULES) \
$(EXTRA_MODULES_LINUX) $(EXTRA_MODULES_OSX) $(EXTRA_MODULES_FREEBSD) $(EXTRA_MODULES_WIN32)) \
std/stdarg.d std/bind.d std/internal/windows/advapi32.d std/__fileinit.d \
std/stdarg.d std/bind.d std/internal/windows/advapi32.d \
std/windows/registry.d std/c/linux/pthread.d std/c/linux/termios.d \
std/c/linux/tipc.d std/net/isemail.d std/net/curl.d

Expand Down
40 changes: 0 additions & 40 deletions std/__fileinit.d

This file was deleted.

0 comments on commit 49e4bb0

Please sign in to comment.