r3380 - trunk/libmcrypto/include

erik at minisip.org erik at minisip.org
Wed Aug 22 00:15:04 CEST 2007


Author: erik
Date: 2007-08-22 00:15:03 +0200 (Wed, 22 Aug 2007)
New Revision: 3380

Modified:
   trunk/libmcrypto/include/config.h
Log:

 * libmcrypto/include/config.h: Used LIBMUTIL_EXPORTS instead of
   LIBMCRYPTO_EXPORTS.



Modified: trunk/libmcrypto/include/config.h
===================================================================
--- trunk/libmcrypto/include/config.h	2007-08-21 21:32:35 UTC (rev 3379)
+++ trunk/libmcrypto/include/config.h	2007-08-21 22:15:03 UTC (rev 3380)
@@ -30,12 +30,12 @@
 #	include"compilation_config_w32_wce.h"
 #endif
 
-#ifndef LIBMUTIL_EXPORTS
+#ifndef LIBMCRYPTO_EXPORTS
 # ifdef DLL_EXPORT
-#  define LIBMUTIL_EXPORTS
+#  define LIBMCRYPTO_EXPORTS
 #  define OPENSSL_OPT_WINDLL	// import Windows dll
 # endif	 // DLL_EXPORT
-#endif	// LIBMUTIL_EXPORTS
+#endif	// LIBCRYPTO_EXPORTS
 
 #include<libmutil/mtypes.h>
 
@@ -43,8 +43,8 @@
 	#define WIN32
 	#pragma warning (disable: 4251)
 
-	#ifndef LIBMUTIL_EXPORTS
-		#error Visual Studio is not set up correctly to compile libmutil to a .dll (LIBMUTIL_EXPORTS not defined).
+	#ifndef LIBMCRYPTO_EXPORTS
+		#error Visual Studio is not set up correctly to compile libcrypto to a .dll (LIBMCRYPTO_EXPORTS not defined).
 	#endif
 #endif
 
@@ -98,9 +98,4 @@
 #endif
 
 
-#ifdef DEBUG_OUTPUT
-#define MSM_DEBUG
-#define MSM_DEBUG_COMMAND
 #endif
-
-#endif



More information about the Minisip-devel mailing list