Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/sys/windows/errorrep.d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private import core.sys.windows.w32api, core.sys.windows.windef;

static assert (_WIN32_WINNT >= 0x501,
"core.sys.windows.errorrep is available only if version WindowsXP, Windows2003 "
"or WindowsVista is set");
~ "or WindowsVista is set");

enum EFaultRepRetVal {
frrvOk,
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/windows/lmmsg.d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private import core.sys.windows.lmcons, core.sys.windows.windef, core.sys.window

static assert (_WIN32_WINNT >= 0x501,
"core.sys.windows.lmmsg is available only if version WindowsXP, Windows2003 "
"or WindowsVista is set");
~ "or WindowsVista is set");

enum MSGNAME_NOT_FORWARDED = 0;
enum MSGNAME_FORWARDED_TO = 4;
Expand Down