[cfe-commits] Preliminary patch to support MSVC __declspec(property)

Will Wilson will at indefiant.com
Mon Jun 10 04:11:28 PDT 2013


Hi Tong Shen,

On 20 April 2013 13:45, endlessroad1991 at gmail.com <endlessroad1991 at gmail.com
> wrote:

> Quick fix: modify the atlbase.h header. Change type of m_csStaticDataInit
> from CRITICAL_SECTION to CRITICAL_SECTION&.
>
> The problem is, type of m_csStaticDataInit is deduced as CRITICAL_SECTION,
> not CRITICAL_SECTION&, thus the error.
> I will look into this.
>

Did you make any progress on resolving this issue in atlbase.h? It would be
great to get it fixed properly - I can take a look but I thought it best to
see if you had anything in progress.

Cheers,
Will.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130610/f99043f5/attachment.html>


More information about the cfe-commits mailing list