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;
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to