Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3882

Show
Ignore:
Timestamp:
08/16/08 13:52:06 (4 months ago)
Author:
h3r3tic
Message:

fix for #1249

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/sys/SharedLib.d

    r3755 r3882  
    1616    version (Windows) { 
    1717        import tango.sys.Common : SysError; 
    18  
    19         alias void* HINSTANCE, HMODULE; 
    20         alias int BOOL; 
     18        import tango.sys.win32.Types : HINSTANCE, HMODULE, BOOL; 
    2119 
    2220        extern (Windows) {