Switched from (now obsolete) 'process_load' to 'autostart_processes'.

This commit is contained in:
oliverschmidt 2008-02-07 15:53:43 +00:00
parent 58d047667d
commit 155a27ff59
4 changed files with 12 additions and 12 deletions

View file

@ -30,13 +30,13 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: dll-loader.h,v 1.3 2006/08/15 14:50:13 oliverschmidt Exp $
* $Id: dll-loader.h,v 1.4 2008/02/07 15:54:50 oliverschmidt Exp $
*/
#ifndef __DLL_LOADER_H__
#define __DLL_LOADER_H__
#define LOADER_LOAD(name, arg) dll_loader_load(name, arg);
#define LOADER_UNLOAD() dll_loader_unload((void *)process_load)
#define LOADER_UNLOAD() dll_loader_unload((void *)autostart_processes)
#define LOADER_LOAD_DSC(name) dll_loader_load_dsc(name)
#define LOADER_UNLOAD_DSC(dsc) dll_loader_unload_dsc(dsc)