aboutsummaryrefslogtreecommitdiff
path: root/basedir.c
diff options
context:
space:
mode:
Diffstat (limited to 'basedir.c')
-rw-r--r--basedir.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/basedir.c b/basedir.c
index ad2f4f6..61ebcf4 100644
--- a/basedir.c
+++ b/basedir.c
@@ -1,3 +1,4 @@
+#ifndef _WIN32
/*
Copyright (C) 2002 Antoine Rousseau
@@ -70,3 +71,5 @@ void basedir_setup(void)
class_addsymbol(basedir_class, basedir_symbol);
}
+
+#endif /* NOT _WIN32 */