[Issue 676] New: These two funcs shouldn't conflict

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 11 18:16:24 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=676

           Summary: These two funcs shouldn't conflict
           Product: D
           Version: 0.177
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: davidl at 126.com


alias  uint Handle;
extern(C)
{
void  function  (Handle, byte, wchar*, uint) udat_applyPattern ;
}
void udat_applyPattern(Handle h, byte b, wchar[] wc, uint ui)
{
        udat_applyPattern(h,b,cast(wchar*)wc,ui);
}

void main()
{
}


-- 



More information about the Digitalmars-d-bugs mailing list