Author: sebor
Date: Wed May 2 09:30:51 2007
New Revision: 534532
URL: http://svn.apache.org/viewvc?view=rev&rev=534532
Log:
2007-05-02 Martin Sebor <[EMAIL PROTECTED]>
* _config-msvc.h (_RWSTD_DLLIMPORT): Added comments.
Modified:
incubator/stdcxx/trunk/include/rw/_config-msvc.h
Modified: incubator/stdcxx/trunk/include/rw/_config-msvc.h
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_config-msvc.h?view=diff&rev=534532&r1=534531&r2=534532
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_config-msvc.h (original)
+++ incubator/stdcxx/trunk/include/rw/_config-msvc.h Wed May 2 09:30:51 2007
@@ -175,6 +175,10 @@
#define _RWSTD_LIBC_SYM(name) _ ## name
#ifdef _DLL
+ // the _DLL macro is defined by the compiler when building a shared
+ // library, i.e., in response to either of the /MD and /MDd options
+ // _RWSTD_DLLIMPORT is used when declaring libc functions that need
+ // to be "imported" into the shared library
# define _RWSTD_DLLIMPORT __declspec (dllimport)
#endif // _DLL