summaryrefslogtreecommitdiff
path: root/source/kit/process.win32.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-14 21:12:37 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-14 21:12:37 +0200
commit30740ca4131d1f574718262451b4410207dc8d4e (patch)
treefc88b16a216079397ad85b9c6b1a1c1c5712a814 /source/kit/process.win32.c
parent5e3c99bb1cf1d03ea006300121265571f5008fd2 (diff)
downloadsaw-30740ca4131d1f574718262451b4410207dc8d4e.zip
Reworking the build system
Diffstat (limited to 'source/kit/process.win32.c')
-rw-r--r--source/kit/process.win32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/kit/process.win32.c b/source/kit/process.win32.c
deleted file mode 100644
index ebff7b1..0000000
--- a/source/kit/process.win32.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "process.h"
-
-#if defined(_WIN32) && !defined(__CYGWIN__)
-
-#endif