comparison src/msdos.h @ 29557:a978b4d4a6d3

Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 11 Jun 2000 12:20:29 +0000
parents 5210a97b3ac7
children f39e60352427
comparison
equal deleted inserted replaced
29556:f973bf66d321 29557:a978b4d4a6d3
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 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 MSDOS_H_
22 #define _MSDOS_H_ 22 #define MSDOS_H_
23 23
24 #include <dpmi.h> 24 #include <dpmi.h>
25 25
26 int dos_ttraw (); 26 int dos_ttraw ();
27 int dos_ttcooked (); 27 int dos_ttcooked ();
164 char **, void (*callback)(char *)); 164 char **, void (*callback)(char *));
165 void XMenuDestroy (Display *, XMenu *); 165 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 MSDOS_H_ */