October 22, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8872

           Summary: Missing extended window styles (WS_EX_... enumeration)
                    in windows header
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: druntime
        AssignedTo: nobody@puremagic.com
        ReportedBy: maidenphil@hotmail.com


--- Comment #0 from Phil Lavoie <maidenphil@hotmail.com> 2012-10-22 14:03:36 PDT ---
The core.sys.windows.windows header provides the values for the windows class style enumeration (WS_...) used in conjunction with the WNDCLASSA struct and the CreateWindowA function. However, the extended values for the WNDCLASSEXA and CreateWindowExA struct is not provided (first parameter to the function). Here is the link listing those: http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543(v=vs.85).aspx Cheers!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 22, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8872


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |ASSIGNED
                 CC|                            |alex@lycus.org
         AssignedTo|nobody@puremagic.com        |alex@lycus.org


--- Comment #1 from Alex Rønne Petersen <alex@lycus.org> 2012-10-22 23:35:14 CEST ---
https://github.com/D-Programming-Language/druntime/pull/334

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------