Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv30544/src/classes

Modified Files:
        Profile.cpp 
Log Message:
compilation fix for Unix

Index: Profile.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Profile.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -b -u -2 -r1.128 -r1.129
--- Profile.cpp 14 Apr 2002 12:16:54 -0000      1.128
+++ Profile.cpp 14 Apr 2002 12:51:50 -0000      1.129
@@ -487,5 +487,7 @@
 size_t ProfileImpl::ms_suspendCount = 0;
 
-bool ProfileImpl::ms_usingRegConfig = true;
+#ifdef OS_WIN
+   bool ProfileImpl::ms_usingRegConfig = true;
+#endif // OS_WIN
 
 //@}


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to