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
alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git]
/
rom
/
filesys
/
afs
/
baseredef.h
blob
4c7337b201c6d77e7ccff518a0d98c30e0430f95
1
#ifndef BASEREDEF_H
2
#define BASEREDEF_H
3
4
/*
5
Copyright © 1995-2007, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#ifdef DOSBase
10
# undef DOSBase
11
#endif
12
#define DOSBase afsbase->dosbase
13
#endif
14