Re: [sv-bc] 1800-2009 I.3 DPI Source comments flipped (SV)

From: Neil Korpusik <Neil.Korpusik@sun.com>
Date: Wed Jan 27 2010 - 17:14:50 PST

<forwarding to the sv-cc, where the DPI issues are handled>

On 01/27/10 17:03, Wilson Snyder wrote:
> Pretty trivial, but there's a typo in 1800-2009, section
> "I.3 [DPI] Source code". The two comments are swapped, it
> should be import, then export.
>
> Thanks
>
> /* Use to export a symbol from application */
> #if defined (_MSC_VER)
> #define DPI_DLLISPEC __declspec(dllimport)
> #else
> #define DPI_DLLISPEC
> #endif
>
> /* Use to import a symbol into application */
> #if defined (_MSC_VER)
> #define DPI_DLLESPEC __declspec(dllexport)
> #else
> #define DPI_DLLESPEC
> #endif
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Jan 27 17:15:24 2010

This archive was generated by hypermail 2.1.8 : Wed Jan 27 2010 - 17:15:28 PST