Kaydet (Commit) fa7aa1c8 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000# Avoid warning about unreachable statement.

üst 336fed10
......@@ -4,9 +4,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
* $Revision: 1.51 $
* $Revision: 1.52 $
*
* last change: $Author: kz $ $Date: 2006-11-07 15:31:27 $
* last change: $Author: rt $ $Date: 2006-11-09 09:59:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -692,10 +692,11 @@ bool ShutdownIcon::IsQuickstarterInstalled()
{
#ifndef ENABLE_QUICKSTART_APPLET
return false;
#endif // !ENABLE_QUICKSTART_APPLET
#else // !ENABLE_QUICKSTART_APPLET
#ifdef UNX
return LoadModule( NULL, NULL, NULL);
#endif // UNX
#endif // !ENABLE_QUICKSTART_APPLET
}
#endif // !WNT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment