diff options
Diffstat (limited to 'relativepath.c')
-rw-r--r-- | relativepath.c | 2 |
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 */ |