summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-12 22:07:11 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-12 22:07:11 +0200
commit40775ce183ac29e9598cbca59e995c7e77327a1a (patch)
tree63bf5c8e8e17b2d1009574d56e411d0032891cdf /tools/bootstrp
parent5dce272584cc79da727bdd4887d60cec04cbce11 (diff)
HAVE_GETOPT is always NO for windows
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/rscdep.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index f10448d911a0..269086b8de46 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -44,13 +44,9 @@
#include "cppdep.hxx"
#if defined WNT
-#if !defined HAVE_GETOPT
#define __STDC__ 1
#define __GNU_LIBRARY__
#include <external/glibc/getopt.h>
-#else
-#include <getopt.h>
-#endif
#endif
class RscHrcDep : public CppDep