Differences From Artifact [e4521a091f44ac97]:
- File
src/testexe.d
- 2015-05-05 06:54:57 - part of checkin [57ea797fa4] on branch trunk - Correct fix for std file handle closing issue. (user: kinaba) [annotate]
To Artifact [cdfb975c113a563c]:
- File
src/testexe.d
- 2015-05-05 07:12:59 - part of checkin [365c019326] on branch trunk - Updated README for release. (user: kinaba) [annotate]
1 +import core.runtime;
1 2 import win32.windows;
2 3 import std.stdio;
3 4 import std.string;
4 -import core.runtime;
5 5
6 6 alias extern(Windows) int function( HWND a, immutable char* b, char* c, DWORD d ) CmdFuncT;
7 7
8 8 void main()
9 9 {
10 10 for(;;) {
11 11 write("> ");