Added support for zip files.
[tangerine.git] / arch / all-mingw32 / exec / dispatch.c
blob996eca52ac33e4bbe665da10f1693cfe8be50217
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id: dispatch.c 29725 2008-10-11 23:48:13Z neil $
5 Desc: Dispatch() entry :)
6 Lang: english
7 */
9 #include <exec/execbase.h>
10 #include <aros/libcall.h>
13 * This function is not there anymore because:
14 * 1) It is moved to kernel.resource.
15 * 2) There's no reason to keep this exec.library call because it was a private function.
16 * No user software could call it.
19 AROS_LH0(void, Dispatch,
20 struct ExecBase *, SysBase, 10, Exec)
22 AROS_LIBFUNC_INIT
24 AROS_LIBFUNC_EXIT