diff options
author | midipix <writeonce@midipix.org> | 2019-06-08 08:57:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-08 08:57:49 +0000 |
commit | 1c0e99025e598f2877e7034f5502b36b46a7819c (patch) | |
tree | 1d37cf6697fb1ff6018bb5d470b40374d41e992b /project | |
parent | 44175629431076ef6b37e3d6dce037983b6ddd72 (diff) | |
download | ntapi-1c0e99025e598f2877e7034f5502b36b46a7819c.tar.bz2 ntapi-1c0e99025e598f2877e7034f5502b36b46a7819c.tar.xz |
remove nt_symlink.h (use a kernel driver on winxp, not needed otherwise).
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk index 16c7962..2a0ba81 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -47,7 +47,6 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_statfs.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_status.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_string.h \ - $(SOURCE_DIR)/include/$(PACKAGE)/./nt_symlink.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_sync.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_sysinfo.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_termios.h \ |