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
graphics.library: In INVERSVID mode, don't clobber the GC's pens
[AROS.git]
/
compiler
/
include
/
libraries
/
dos.h
blob
289648314ae9a86e67b1615cc4b77089c28ff253
1
#ifndef LIBRARIES_DOS_H
2
#define LIBRARIES_DOS_H 1
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: Definitions for dos.library
9
Lang: english
10
*/
11
12
#ifndef DOS_DOS_H
13
#include <dos/dos.h>
14
#endif
15
16
#endif
/* LIBRARIES_DOS_H */