SVN: backtracexx/backtracexx.hpp

pluto pluto at pld-linux.org
Sat Feb 21 19:13:33 CET 2009


Author: pluto
Date: Sat Feb 21 19:13:33 2009
New Revision: 10138

Modified:
   backtracexx/backtracexx.hpp
Log:
- library's interface isn't related to msvcrt type.


Modified: backtracexx/backtracexx.hpp
==============================================================================
--- backtracexx/backtracexx.hpp	(original)
+++ backtracexx/backtracexx.hpp	Sat Feb 21 19:13:33 2009
@@ -8,18 +8,12 @@
 
 #if defined( WIN32 ) || defined( WIN64 )
 
-#ifdef _DLL	//	defined when /MD or /MDd (Multithread DLL) is specified.
-
 #ifdef BACKTRACEXX_EXPORTS
 #define BACKTRACEXX_EXPORT	__declspec( dllexport )
 #else
 #define BACKTRACEXX_EXPORT	__declspec( dllimport )
 #endif
 
-#else
-#define BACKTRACEXX_EXPORT
-#endif
-
 struct _CONTEXT;
 typedef struct _CONTEXT* PCONTEXT;
 


More information about the pld-cvs-commit mailing list