Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix getpid on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Oct 3, 2011
1 parent 0f16b2b commit 374ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version(Posix)
}
else version (Windows)
{
alias std.c.windows.windows.GetCurrentProcessId getpid;
alias core.sys.windows.windows.GetCurrentProcessId getpid;
}


Expand Down

0 comments on commit 374ccc1

Please sign in to comment.