comparison src/w32.c @ 16593:4ed80eda6fac

Use new names for w32 files
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 07:04:49 +0000
parents 481b7874a1e9
children 1c792ac8facd
comparison
equal deleted inserted replaced
16592:a5e9fa379097 16593:4ed80eda6fac
73 #undef gethostname 73 #undef gethostname
74 #undef gethostbyname 74 #undef gethostbyname
75 #undef getservbyname 75 #undef getservbyname
76 #endif 76 #endif
77 77
78 #include "nt.h" 78 #include "w32.h"
79 #include "ndir.h" 79 #include "ndir.h"
80 #include "ntheap.h" 80 #include "w32heap.h"
81 81
82 /* Get the current working directory. */ 82 /* Get the current working directory. */
83 char * 83 char *
84 getwd (char *dir) 84 getwd (char *dir)
85 { 85 {