diff options
| author | Eli Zaretskii | 2000-06-13 11:06:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-06-13 11:06:12 +0000 |
| commit | 102f33d0f32054f293d0268f502387e681c24178 (patch) | |
| tree | 8ee67c4592e52c9ebdca6c274d46ce3579a8ad26 /src | |
| parent | 6b567d50e71c459294822c4718aa9b625cb6cfce (diff) | |
| download | emacs-102f33d0f32054f293d0268f502387e681c24178.tar.gz emacs-102f33d0f32054f293d0268f502387e681c24178.zip | |
(EMACS_MSDOS_H): Renamed from MSDOS_H_.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/msdos.h b/src/msdos.h index 038ec6aabe4..7c67ba7cff4 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02111-1307, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef MSDOS_H_ | 21 | #ifndef EMACS_MSDOS_H |
| 22 | #define MSDOS_H_ | 22 | #define EMACS_MSDOS_H |
| 23 | 23 | ||
| 24 | #include <dpmi.h> | 24 | #include <dpmi.h> |
| 25 | 25 | ||
| @@ -166,4 +166,4 @@ void XMenuDestroy (Display *, XMenu *); | |||
| 166 | 166 | ||
| 167 | #endif /* not HAVE_X_WINDOWS */ | 167 | #endif /* not HAVE_X_WINDOWS */ |
| 168 | 168 | ||
| 169 | #endif /* not MSDOS_H_ */ | 169 | #endif /* not EMACS_MSDOS_H */ |