Changeset 3708
- Timestamp:
- 07/05/08 06:37:01 (2 months ago)
- Files:
-
- trunk/tango/sys/win32/Types.di (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/sys/win32/Types.di
r3635 r3708 154 154 155 155 version(Win32SansUnicode){ 156 alias ubyte TCHAR; 156 // Strictly speaking this should be ubyte since char is UTF-8, but that 157 // fills code with so many casts that it's just not sensible. 158 // (See also DMD Issue 2193.) 159 alias char TCHAR; 157 160 }else{ 158 161 alias wchar TCHAR;












