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

Commit

Permalink
I thought I'd committed this change this morning... guess not
Browse files Browse the repository at this point in the history
  • Loading branch information
complexmath committed Feb 26, 2011
1 parent 5b6b486 commit b403c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/thread.d
Expand Up @@ -117,7 +117,7 @@ version( Windows )
import core.stdc.stdint : uintptr_t; // for _beginthreadex decl below
import core.stdc.stdlib; // for malloc
import core.sys.windows.windows;
import core.thread_helper; // for OpenThreadHandle
import core.sys.windows._thread; // for OpenThreadHandle

const DWORD TLS_OUT_OF_INDEXES = 0xFFFFFFFF;

Expand Down

0 comments on commit b403c3e

Please sign in to comment.