Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6541

Modified Files:
        MModule.h 
Log Message:
fixed compilation with dynamic modules

Index: MModule.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MModule.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -u -2 -r1.61 -r1.62
--- MModule.h   2 Dec 2004 08:04:43 -0000       1.61
+++ MModule.h   2 Dec 2004 12:36:38 -0000       1.62
@@ -363,5 +363,5 @@
    extern "C" \
    { \
-      MDLLEXPORT void CleanupMModule() { (func)(); }
+      MDLLEXPORT void CleanupMModule() { (func)(); } \
    }
 #endif // USE_MODULES_STATIC/!USE_MODULES_STATIC



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to