[xiph-commits] r8659 - trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Fri Jan 7 07:36:23 PST 2005


Author: illiminable
Date: 2005-01-07 07:36:22 -0800 (Fri, 07 Jan 2005)
New Revision: 8659

Modified:
   trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/config.h
Log:
* Get rid of that annoying pragma that tells you it's exporting/importing about 1000 times.

Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/config.h
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/config.h	2005-01-07 15:30:07 UTC (rev 8658)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/config.h	2005-01-07 15:36:22 UTC (rev 8659)
@@ -41,8 +41,6 @@
 
 #ifdef LIBCMMLTAGS_EXPORTS
 #define LIBCMMLTAGS_API __declspec(dllexport)
-#pragma message ("Exporting libCMMLTags Library Symbols...")
 #else
 #define LIBCMMLTAGS_API __declspec(dllimport)
-#pragma message ("Importing libCMMLTags Library Symbols...")
 #endif
\ No newline at end of file



More information about the commits mailing list