repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Restored work-around for hangs when trying to use disk-based handlers
[tangerine.git]
/
compiler
/
autoinit
/
datatypes.c
blob
4662855f052a376e910615fc77f62da42563358d
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <proto/datatypes.h>
7
#include <aros/symbolsets.h>
8
9
ADD2LIBS
(
"datatypes.library"
,
39
,
struct
Library
*,
DataTypesBase
);