Skip to content

Commit

Permalink
findThread => thread_findByAddr
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed May 11, 2012
1 parent 7b64722 commit eb00878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/win32/dll2.d
Expand Up @@ -50,7 +50,7 @@ version(D_Version2)

// attach to all other threads
enumProcessThreads( function (uint id, void* context) {
if( !Thread.findThread( id ) )
if( !thread_findByAddr( id ) )
{
thread_attachByAddr( id );
thread_moduleTlsCtor( id );
Expand Down

0 comments on commit eb00878

Please sign in to comment.