From f2ae4294c512e0e594203edad23fc08ec3c2eca1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Jan 2021 08:37:34 +0100 Subject: [PATCH] Revert "Experimental define to stop windows.h defining a constant called ERROR." Doing this means PIXELFORMATDESCRIPTOR is no longer available. This reverts commit 95c0bd115eacf76e3794de8558ccd4e1d8d34a4a. --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index d0b398911..867fb5f82 100644 --- a/wscript +++ b/wscript @@ -154,7 +154,6 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DBOOST_USE_WINDOWS_H') conf.env.append_value('CXXFLAGS', '-DUNICODE') conf.env.append_value('CXXFLAGS', '-DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN') - conf.env.append_value('CXXFLAGS', '-DNOGDI') conf.env.append_value('CXXFLAGS', '-mfpmath=sse') conf.env.append_value('CXXFLAGS', '-Wcast-align') wxrc = os.popen('wx-config --rescomp').read().split()[1:] -- 2.30.2