Search
lxdream.org :: lxdream/src/aica/armdasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/armdasm.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/aica/armdasm.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/aica/armdasm.h Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -16,8 +16,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef armdasm_H
1.8 -#define armdasm_H 1
1.9 +#ifndef lxdream_armdasm_H
1.10 +#define lxdream_armdasm_H 1
1.11
1.12 #include "cpu.h"
1.13
1.14 @@ -36,4 +36,4 @@
1.15 }
1.16 #endif
1.17
1.18 -#endif
1.19 +#endif /* !lxdream_armdasm_H */
.