summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-05 05:23:45 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-05 05:23:45 +0200
commitede5f94aca6907f4d49c1b2c8d09d31d71b22749 (patch)
tree2dcd0784fab1d6e3c7a498b4fbed6a07272d70af /source
parent8617a63ddcc6b1177a1c5b9ebda3287d0547780e (diff)
downloadkit-ede5f94aca6907f4d49c1b2c8d09d31d71b22749.zip
test
Diffstat (limited to 'source')
-rw-r--r--source/kit/file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/kit/file.c b/source/kit/file.c
index e08e753..2d52e92 100644
--- a/source/kit/file.c
+++ b/source/kit/file.c
@@ -11,12 +11,7 @@ enum { PATH_BUF_SIZE = 4096 };
# define WIN32_LEAN_AND_MEAN 1
# endif
# include <stdint.h>
-
# include <Windows.h>
-
-# include <Shlwapi.h>
-
-# pragma comment(lib, "Shlwapi.lib")
#else
# include <dirent.h>
# include <sys/stat.h>