@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008 - 2009 + * Copyright (c) 2008 - 2010 * Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the @@ -14,16 +14,16 @@ @class OFString; #ifndef _WIN32 typedef void* of_plugin_handle_t; #else -#include +# include typedef HMODULE of_plugin_handle_t; #endif /** - * The OFPlugin class provides a system for loading plugins at runtime. + * \brief Provides a system for loading plugins at runtime. */ @interface OFPlugin: OFObject { of_plugin_handle_t handle; }