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

Ticket #857: Win32.patch

File Win32.patch, 466 bytes (added by Wazar, 2 years ago)
  • /root/buff/trunk/tango/text/locale/Win32.d

    old new  
    1212 
    1313module tango.text.locale.Win32; 
    1414 
     15version(Windows) 
     16{ 
    1517alias tango.text.locale.Win32 nativeMethods; 
    1618 
    1719extern (Windows) 
     
    5153 
    5254  return CompareStringW(sortId, ignoreCase ? 0x1 : 0x0, string1.ptr, len1, string2.ptr, len2) - 2; 
    5355} 
     56}