]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't define __STRICT_ANSI__, we should build both with and without it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Aug 2013 12:33:44 +0000 (12:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Aug 2013 12:33:44 +0000 (12:33 +0000)
For some reason, wxDialUpManager code defined __STRICT_ANSI__ itself, don't do
it as __STRICT_ANSI__ can be predefined by the compiler resulting in the
redefinition warnings and, in any case, our code should build both with and
without it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/dialup.cpp

index 24a1272b98cfcb1d2da739e933556d82904f2947..95d37b22ef6d3ebb63bb213455fd45006c84fe08 100644 (file)
@@ -35,7 +35,6 @@
 #include <signal.h>
 #include <fcntl.h>
 #include <unistd.h>
-#define __STRICT_ANSI__
 #include <sys/socket.h>
 #include <netdb.h>
 #include <netinet/in.h>