diff src/core/filesystem.cc @ 221:53211cb1e7f5

library: add initial library stuff nice
author Paper <paper@paper.us.eu.org>
date Mon, 08 Jan 2024 13:21:08 -0500
parents 8548dc425697
children 2f5a9247e501
line wrap: on
line diff
--- a/src/core/filesystem.cc	Mon Jan 08 11:56:09 2024 -0500
+++ b/src/core/filesystem.cc	Mon Jan 08 13:21:08 2024 -0500
@@ -7,10 +7,7 @@
 #	include <sys/types.h>
 #endif
 
-#ifdef WIN32
-#	define DELIM "\\"
-#else
-#	define DELIM "/"
+#ifndef WIN32
 #	include <errno.h>
 #	include <unistd.h>
 #	include <sys/stat.h>