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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Phil Lavoie <[email protected]> 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: -------