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
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
compiler
/
autoinit
/
icon.c
blob
113712c7353630f5e7c705aeb13712a527972b17
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <workbench/icon.h>
7
#include <aros/symbolsets.h>
8
9
ADD2LIBS
(
ICONNAME
,
39
,
struct
Library
*,
IconBase
);