Skip to content

Commit

Permalink
Add more local imports
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Mar 13, 2014
1 parent 0bc524f commit e49f6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/stdio.d
Expand Up @@ -1800,6 +1800,8 @@ the contents may well have changed).

version(Win64)
{
static import std.file;

/* the C function tmpfile doesn't seem to work, even when called from C */
auto deleteme = testFilename();
auto file = File(deleteme, "w+");
Expand Down

0 comments on commit e49f6a0

Please sign in to comment.