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

Changeset 3796 for trunk

Show
Ignore:
Timestamp:
07/24/08 16:42:57 (4 months ago)
Author:
keinfarbton
Message:

Fix struct size of TOOLINFO, which was increased starting with windows XP.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/sys/win32/Types.di

    r3750 r3796  
    1303213032    HINST hinst; 
    1303313033    LPSTR lpszText; 
     13034    void* lpReserved; // ver >= 5.01 
    1303413035} 
    1303513036struct TOOLINFOW 
     
    1304213043    HINST hinst; 
    1304313044    LPWSTR lpszText; 
     13045    void* lpReserved; // ver >= 5.01 
    1304413046} 
    1304513047version(Win32SansUnicode)