summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-22 10:55:12 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-22 10:55:12 +0200
commit8e9fb8649cd5f97c98cd44a6925a94598c8e35c8 (patch)
treeefe00f46dd61acde209983e9c79aee8352cdbf06 /soltools
parentc4ac5d0800bdc069901474a0dc9eb8d5f36c093e (diff)
parentfcf62b49c0d37a7b31af23e8c0a29087125da03a (diff)
CWS changehid: resync to m85
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[])