From 3f9fdafc69ca0a2b496645fdd2e1dc6de729a8bb Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Sun, 29 Jun 2003 17:22:22 +0000 Subject: Disable plugin loading on win32 simulator for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3772 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/plugin-win32.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 uisimulator/win32/plugin-win32.c (limited to 'uisimulator/win32/plugin-win32.c') diff --git a/uisimulator/win32/plugin-win32.c b/uisimulator/win32/plugin-win32.c new file mode 100644 index 0000000000..b3c3e0489b --- /dev/null +++ b/uisimulator/win32/plugin-win32.c @@ -0,0 +1,30 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Björn Stenberg + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#include "plugin.h" +#include "screens.h" + +int plugin_load(char* plugin, void* parameter) +{ + (void)plugin; + (void)parameter; + + splash(HZ*2, 0, true, "Not implemented"); + return PLUGIN_ERROR; +} -- cgit v1.2.3