summaryrefslogtreecommitdiffstats
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
parentCWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs (diff)
parentDEV300 (diff)
downloadcore-8e9fb8649cd5f97c98cd44a6925a94598c8e35c8.tar.gz
core-8e9fb8649cd5f97c98cd44a6925a94598c8e35c8.zip
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[])