[Issue 1757] New: there is an fault in phobos windows api interface

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 1 02:06:09 PST 2008


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

           Summary: there is an fault  in phobos windows api interface
           Product: D
           Version: 2.008
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: accepts-invalid, patch, wrong-code
          Severity: major
          Priority: P1
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: yonggangluo at hotmail.com


there is an line of  incorrect source code in phobos
in std.c.windows.windows.d
the source code line 40 (the line number is 40) is incorrect.
the origin source code of line 40 is 
alias const(WCHAR*) LPCWSTR,PCWSTR
i think it must be change to
alias const(WCHAR*)* LPCWSTR,PCWSTR


-- 



More information about the Digitalmars-d-bugs mailing list