diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-12 04:48:18 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-12 04:48:18 +0000 |
commit | 359628006351ee344a71819ff445d22163f341d8 (patch) | |
tree | f812aed7fea66de1b0187bf9ff71d352316bb611 /nt/inc/sys/file.h | |
parent | 61fac91166ace2b66be0506d906e3a8f3e79f62a (diff) | |
download | emacs-359628006351ee344a71819ff445d22163f341d8.tar.gz |
Initial revision
Diffstat (limited to 'nt/inc/sys/file.h')
-rw-r--r-- | nt/inc/sys/file.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/inc/sys/file.h b/nt/inc/sys/file.h new file mode 100644 index 00000000000..698dc7861c9 --- /dev/null +++ b/nt/inc/sys/file.h @@ -0,0 +1,5 @@ +/*
+ * sys\file.h doesn't exist on NT...rather than including it conditionally
+ * in some of the source files, we just extend the include path so that the
+ * compiler will pick up this empty header instead.
+ */
|