repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small cleanup of extensions code
[AROS.git]
/
compiler
/
autoinit
/
intuition.c
blob
cb9d88dc1b92e7f8d4618a6f1554267e5fdb19a6
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <aros/symbolsets.h>
7
8
ADD2LIBS
(
"intuition.library"
,
39
,
void
*,
IntuitionBase
);