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
- Removed unused HandleEvent method.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
kickstart.h
blob
0f09f0e5e1cc2da6796de1a179cb39bd412cf17c
1
#ifdef _WIN64
2
#define __aros __attribute__((sysv_abi))
3
#else
4
#define __aros
5
#endif
6
7
int
kick
(
int
__aros
(*
addr
)(),
struct
TagItem
*
msg
);
8