Search
lxdream.org :: lxdream/src/cpu.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cpu.h
changeset 736:a02d1475ccfd
prev586:2a3ba82cf243
next998:1754a8c6a9cf
author nkeynes
date Mon Jul 28 03:41:25 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement key-binding configuration pane for Cocoa UI
Minor tweaks for consistency and static-correctness
file annotate diff log raw
1.1 --- a/src/cpu.h Tue Jan 15 20:50:23 2008 +0000
1.2 +++ b/src/cpu.h Mon Jul 28 03:41:25 2008 +0000
1.3 @@ -16,8 +16,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef dream_cpu_H
1.8 -#define dream_cpu_H 1
1.9 +#ifndef lxdream_cpu_H
1.10 +#define lxdream_cpu_H 1
1.11
1.12 #include "lxdream.h"
1.13 #include "mem.h"
1.14 @@ -71,4 +71,4 @@
1.15 }
1.16 #endif
1.17
1.18 -#endif /* !dream_cpu_H */
1.19 +#endif /* !lxdream_cpu_H */
.