From 9fa27ed0884b23d37f2f0b7ee2edd427664aa557 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Wed, 9 Jan 2019 23:04:20 +0000 Subject: libphobos: Merge phobos upstream b022e552a This removes updates the removal date of all deprecations in phobos. Many of the marked functions have passed their end dates, and are now absent in upstream. Reviewed-on: https://github.com/dlang/phobos/pull/6828 From-SVN: r267788 --- libphobos/src/std/internal/windows/advapi32.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libphobos/src/std/internal') diff --git a/libphobos/src/std/internal/windows/advapi32.d b/libphobos/src/std/internal/windows/advapi32.d index b25956b..9ed6762 100644 --- a/libphobos/src/std/internal/windows/advapi32.d +++ b/libphobos/src/std/internal/windows/advapi32.d @@ -14,8 +14,7 @@ version (Windows): import core.sys.windows.windows; -version (GNU) {} -else pragma(lib, "advapi32.lib"); +pragma(lib, "advapi32.lib"); immutable bool isWow64; -- cgit v1.1