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

Commit

Permalink
renamed _dll.d to dll.d and _thread.d to threadaux.d
Browse files Browse the repository at this point in the history
  • Loading branch information
complexmath committed Apr 26, 2011
1 parent 3b75e61 commit fac85bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/sys/windows/_dll.d → src/core/sys/windows/dll.d
Expand Up @@ -12,15 +12,15 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/

module core.sys.windows._dll;
module core.sys.windows.dll;

version( Windows )
{
import core.sys.windows.windows;
import core.stdc.string;
import core.runtime;

public import core.sys.windows._thread;
public import core.sys.windows.threadaux;

///////////////////////////////////////////////////////////////////
// support fixing implicit TLS for dynamically loaded DLLs on Windows XP
Expand Down
Expand Up @@ -12,7 +12,7 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/

module core.sys.windows._thread;
module core.sys.windows.threadaux;

version( Windows )
{
Expand Down

0 comments on commit fac85bb

Please sign in to comment.