Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / plugins / stub_aros.c
blob5286358f4b112672f6da1200b6ddffe3666d59a0
1 #include <devices/diskimage.h>
2 #include <aros/system.h>
4 extern struct DiskImagePluginTable plugin_table;
6 /* __startup will put code at start of plugin */
7 __startup void *LibNull(void)
9 return &plugin_table;