X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsysdep.h;h=c06a2359ff908524eddf624b487c3ea41bf3f9bf;hp=e4c32962c4e8b94146c89507d223efb6ce216773;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/sysdep.h b/src/sysdep.h index e4c3296..c06a235 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -20,12 +20,14 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: FSF 19.30. Split out of sysdep.c/emacs.c. */ -#ifndef _XEMACS_SYSDEP_H_ -#define _XEMACS_SYSDEP_H_ +#ifndef INCLUDED_sysdep_h_ +#define INCLUDED_sysdep_h_ #include +#ifndef WINDOWSNT extern char **environ; +#endif int eight_bit_tty (struct device *d); @@ -179,4 +181,4 @@ extern int h_errno; char *xrealpath(CONST char *path, char resolved_path []); #endif -#endif /* _XEMACS_SYSDEP_H_ */ +#endif /* INCLUDED_sysdep_h_ */