repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bug: uses wrong list counter, which incurs an array overflow/undefined behaviour...
[AROS-Contrib.git]
/
libs
/
desktop
/
trashcaniconobserver.h
blob
ec01f2fa54433ee212f515684cac9e65c59864bf
1
2
#ifndef TRASHCANICONOBSERVERCLASS_H
3
# define TRASHCANICONOBSERVERCLASS_H
4
5
struct
TrashcanIconObserverClassData
6
{
7
ULONG dummy
;
8
};
9
10
11
#endif