aboutsummaryrefslogtreecommitdiff
path: root/absolutepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'absolutepath.c')
-rw-r--r--absolutepath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/absolutepath.c b/absolutepath.c
index 3e75df6..0b44dcb 100644
--- a/absolutepath.c
+++ b/absolutepath.c
@@ -1,3 +1,4 @@
+#ifndef _WIN32
/*
Copyright (C) 2002 Antoine Rousseau
@@ -138,3 +139,4 @@ void absolutepath_setup(void)
class_addsymbol(absolutepath_class, absolutepath_symbol);
}
+#endif /* NOT _WIN32 */