Differences From Artifact [23c3e51375a8c6a1]:
- File
src/hack.d
- 2015-04-21 10:46:55 - part of checkin [4e2933c620] on branch trunk - Rebased to the latest verson dmd 2.067. Not yet verified the outcome. (user: kinaba) [annotate]
To Artifact [bca565610f0d70a9]:
- File
src/hack.d
- 2015-04-30 23:29:51 - part of checkin [ab3b073ef6] on branch trunk - private import => import (since in the latest D it is the default.) (user: kinaba) [annotate]
1 private import core.sys.windows.windows; | 1 import core.sys.windows.windows;
2 2
3 // Hack! 3 // Hack!
4 // 4 //
5 // _acrtused_dllが勝手に終了時に標準入出力ハンドルを 5 // _acrtused_dllが勝手に終了時に標準入出力ハンドルを
6 // 閉じちゃって困るので、その辺りだけは閉じないような 6 // 閉じちゃって困るので、その辺りだけは閉じないような
7 // CloseHandleを突っ込んで回避。いいのかこれ。 7 // CloseHandleを突っ込んで回避。いいのかこれ。
8 8