From: James Turner <zakalawe@mac.com>
Date: Thu, 9 Jun 2016 19:34:43 +0000 (+0100)
Subject: Revert "Special case this define"
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47b9a149e27405fda2e76ebaa402f6975d5a10b1;p=flightgear.git

Revert "Special case this define"

This reverts commit 58731a01e24f3adb603749f7bf5b69356a5cb7e2.
---

diff --git a/src/Main/options.cxx b/src/Main/options.cxx
index fe4b38361..77cba345c 100644
--- a/src/Main/options.cxx
+++ b/src/Main/options.cxx
@@ -334,10 +334,6 @@ private:
         return 0;
     }
     
-#ifdef _MSC_VER
-	#define strcasecmp stricmp
-#endif
-
     // recommended in Meyers, Effective STL when internationalization and embedded
     // NULLs aren't an issue.  Much faster than the STL or Boost lex versions.
     struct ciLessLibC : public std::binary_function<string, string, bool>