aboutsummaryrefslogtreecommitdiff
path: root/relativepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'relativepath.c')
-rw-r--r--relativepath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/relativepath.c b/relativepath.c
index f599222..3df0051 100644
--- a/relativepath.c
+++ b/relativepath.c
@@ -1,3 +1,4 @@
+#ifndef _WIN32
/*
Copyright (C) 2002 Antoine Rousseau
@@ -144,3 +145,4 @@ void relativepath_setup(void)
class_addsymbol(relativepath_class, relativepath_symbol);
}
+#endif /* NOT _WIN32 */