diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 08:37:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 08:37:34 +0100 |
| commit | f2ae4294c512e0e594203edad23fc08ec3c2eca1 (patch) | |
| tree | b95849e0ab58ab2675cf5b393fc66c93286d079a /wscript | |
| parent | e52d9526f0a49acb72e8b4aa980399b119171ba5 (diff) | |
Revert "Experimental define to stop windows.h defining a constant called ERROR."
Doing this means PIXELFORMATDESCRIPTOR is no longer available.
This reverts commit 95c0bd115eacf76e3794de8558ccd4e1d8d34a4a.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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:] |
