summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorCaol?n McNamara <cmc@openoffice.org>2010-06-30 20:32:15 +0100
committerCaol?n McNamara <cmc@openoffice.org>2010-06-30 20:32:15 +0100
commit8055347982382fd210f2df989202956fb6118b20 (patch)
treed009750e62245af89a8f0ef91400a5ab1ea3d220 /soltools
parent04fb3928ab4c0d64e9257119509f3cebf1f3127e (diff)
cmcfixes76: #i112823# only needed on windows
Diffstat (limited to 'soltools')
-rw-r--r--soltools/javadep/javadep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/soltools/javadep/javadep.c b/soltools/javadep/javadep.c
index a573d78eed75..d0517d832f45 100644
--- a/soltools/javadep/javadep.c
+++ b/soltools/javadep/javadep.c
@@ -733,6 +733,7 @@ usage()
pprogname);
}
+#ifdef WNT
/* my very simple minded implementation of getopt()
* it's to sad that getopt() is not available everywhere
* note: this is not a full POSIX conforming getopt()
@@ -770,6 +771,7 @@ int simple_getopt(char *pargv[], const char *poptstring)
}
return -1;
}
+#endif
int CDECL
main(int argc, char *argv[])