May 30, 2012
There's information missing in OPENFILENAME structure
file core.sys.windows.windows.d

http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839%28v=vs.85%29.aspx

#if (_WIN32_WINNT >= 0x0500)
  void          *pvReserved;
  DWORD         dwReserved;
  DWORD         FlagsEx;
#endif

May 31, 2012
On Thursday, May 31, 2012 01:52:49 dnewbie wrote:
> There's information missing in OPENFILENAME structure
> file core.sys.windows.windows.d
> 
> http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839%28v=vs.85%2 9.aspx
> 
> #if (_WIN32_WINNT >= 0x0500)
> void *pvReserved;
> DWORD dwReserved;
> DWORD FlagsEx;
> #endif

Please do not post to this list. It is not intended to be posted to directly by anyone other than bugzilla. You subscribe to it if you want to see all of the reports from bugzilla rather than just those that you've reported or commented on. If you have a bug to report, please report it on bugzilla:

http://d.puremagic.com/issues

Thanks.

- Jonathan M Davis