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:03:17 2010
This archive was generated by hypermail 2.1.8 : Wed Jan 27 2010 - 17:03:24 PST