Mercurial > hg > xemacs-beta
comparison src/nt.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 3078fd1074e8 |
children | 0784d089fdc9 |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
46 #if 0 | 46 #if 0 |
47 extern Lisp_Object Vwin32_generate_fake_inodes; | 47 extern Lisp_Object Vwin32_generate_fake_inodes; |
48 #endif | 48 #endif |
49 extern Lisp_Object Vmswindows_get_true_file_attributes; | 49 extern Lisp_Object Vmswindows_get_true_file_attributes; |
50 | 50 |
51 int nt_fake_unix_uid; | 51 Fixnum nt_fake_unix_uid; |
52 | 52 |
53 static char startup_dir[ MAXPATHLEN ]; | 53 static char startup_dir[ MAXPATHLEN ]; |
54 | 54 |
55 /* Get the current working directory. */ | 55 /* Get the current working directory. */ |
56 char * | 56 char * |