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

Changeset 3709

Show
Ignore:
Timestamp:
07/05/08 06:44:30 (5 months ago)
Author:
Deewiant
Message:

Turns out that changing just TCHAR isn't enough. Sorry, I'd really like these to be semantically correct (i.e. ubytes) but even Tango itself doesn't compile then and requiring these casts is just onerous.

Files:

Legend:

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

    r3708 r3709  
    1616alias uint CALTYPE; 
    1717alias uint CALID; 
    18 alias ubyte CCHAR; 
    19 alias ubyte* PCHAR; 
     18alias char CCHAR; 
     19alias char* PCHAR; 
    2020alias uint COLORREF; 
    2121alias uint TCOLORREF; 
     
    3838const BOOL FALSE = 0; 
    3939const BOOL TRUE = -1; 
    40 alias ubyte* PANSICHAR; 
     40alias char* PANSICHAR; 
    4141alias wchar* PWIDECHAR; 
    4242alias int* PINTEGER;