diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-12 22:07:11 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-12 22:07:11 +0200 |
commit | 40775ce183ac29e9598cbca59e995c7e77327a1a (patch) | |
tree | 63bf5c8e8e17b2d1009574d56e411d0032891cdf /tools/bootstrp | |
parent | 5dce272584cc79da727bdd4887d60cec04cbce11 (diff) |
HAVE_GETOPT is always NO for windows
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 4 |
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 |