May 23, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 2886846a92c45d92308756cf4c077ae13f0f8460
      https://github.com/D-Programming-Language/druntime/commit/2886846a92c45d92308756cf4c077ae13f0f8460
  Author: Denis Shelomovskij <verylonglogin.reg@gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  core.sys.windows.windows: add `nothrow`, `pure`, and some functions
* mark all WinAPI functions as `nothrow`
* mark all extern(D) macros-functions as `pure`
* add WinAPI functions from std.process