Mercurial > hg > xemacs-beta
comparison src/nt.c @ 1242:f0af455e89d9
[xemacs-hg @ 2003-01-31 12:02:30 by stephent]
bogus C++ comments <87d6mdzgcq.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
macro syntax typo <878yx1zg9q.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
move Fprovide from syms_of to vars_of <874r7pzg0x.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 31 Jan 2003 12:02:38 +0000 |
parents | e22b0213b713 |
children | a8d8f419b459 |
comparison
equal
deleted
inserted
replaced
1241:4c5e93b9ffa9 | 1242:f0af455e89d9 |
---|---|
1113 } | 1113 } |
1114 else | 1114 else |
1115 { | 1115 { |
1116 /* Should try mapping GetLastError to errno; for now just | 1116 /* Should try mapping GetLastError to errno; for now just |
1117 indicate a general error (eg. links not supported). */ | 1117 indicate a general error (eg. links not supported). */ |
1118 errno = EINVAL; // perhaps EMLINK? | 1118 errno = EINVAL; /* perhaps EMLINK? */ |
1119 } | 1119 } |
1120 } | 1120 } |
1121 | 1121 |
1122 CloseHandle (fileh); | 1122 CloseHandle (fileh); |
1123 } | 1123 } |