Removing whitespace which lead to incorrect processing by update-setup-h on macOS
This commit is contained in:
parent
895a86886d
commit
fac481f6ea
@ -801,14 +801,14 @@
|
|||||||
// notice that we can't use wxCHECK_VISUALC_VERSION() here as this file is
|
// notice that we can't use wxCHECK_VISUALC_VERSION() here as this file is
|
||||||
// included from wx/platform.h before wxCHECK_VISUALC_VERSION() is defined
|
// included from wx/platform.h before wxCHECK_VISUALC_VERSION() is defined
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define wxUSE_GRAPHICS_CONTEXT 1
|
#define wxUSE_GRAPHICS_CONTEXT 1
|
||||||
#else
|
#else
|
||||||
// Disable support for other Windows compilers, enable it if your compiler
|
// Disable support for other Windows compilers, enable it if your compiler
|
||||||
// comes with new enough SDK or you installed the headers manually.
|
// comes with new enough SDK or you installed the headers manually.
|
||||||
//
|
//
|
||||||
// Notice that this will be set by configure under non-Windows platforms
|
// Notice that this will be set by configure under non-Windows platforms
|
||||||
// anyhow so the value there is not important.
|
// anyhow so the value there is not important.
|
||||||
# define wxUSE_GRAPHICS_CONTEXT 0
|
#define wxUSE_GRAPHICS_CONTEXT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable wxGraphicsContext implementation using Cairo library.
|
// Enable wxGraphicsContext implementation using Cairo library.
|
||||||
|
@ -791,14 +791,14 @@
|
|||||||
// notice that we can't use wxCHECK_VISUALC_VERSION() here as this file is
|
// notice that we can't use wxCHECK_VISUALC_VERSION() here as this file is
|
||||||
// included from wx/platform.h before wxCHECK_VISUALC_VERSION() is defined
|
// included from wx/platform.h before wxCHECK_VISUALC_VERSION() is defined
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define wxUSE_GRAPHICS_CONTEXT 1
|
#define wxUSE_GRAPHICS_CONTEXT 1
|
||||||
#else
|
#else
|
||||||
// Disable support for other Windows compilers, enable it if your compiler
|
// Disable support for other Windows compilers, enable it if your compiler
|
||||||
// comes with new enough SDK or you installed the headers manually.
|
// comes with new enough SDK or you installed the headers manually.
|
||||||
//
|
//
|
||||||
// Notice that this will be set by configure under non-Windows platforms
|
// Notice that this will be set by configure under non-Windows platforms
|
||||||
// anyhow so the value there is not important.
|
// anyhow so the value there is not important.
|
||||||
# define wxUSE_GRAPHICS_CONTEXT 0
|
#define wxUSE_GRAPHICS_CONTEXT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable wxGraphicsContext implementation using Cairo library.
|
// Enable wxGraphicsContext implementation using Cairo library.
|
||||||
|
@ -352,12 +352,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define wxUSE_GRAPHICS_CONTEXT 0
|
#define wxUSE_GRAPHICS_CONTEXT 0
|
||||||
#else
|
#else
|
||||||
|
#define wxUSE_GRAPHICS_CONTEXT 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# define wxUSE_GRAPHICS_CONTEXT 0
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define wxUSE_CAIRO 0
|
#define wxUSE_CAIRO 0
|
||||||
|
Loading…
Reference in New Issue
Block a user