wxWidgets/src
Vadim Zeitlin 81304fcafd Fix linking console applications with MinGW in monolithic build
Do compile wxEntry(void) overload used in wxIMPLEMENT_WXWIN_MAIN_CONSOLE
expansion by non-MSVC compilers under MSW inside the monolithic library
too by replacing the "#if !wxUSE_GUI" check guarding it with "#if
wxUSE_BASE" one.

It's not really clear how could this have ever worked without this fix
before, although it apparently did, but stopped with gcc 7.
2017-09-25 19:01:12 +02:00
..
aui Use static linkage for various local names 2017-09-24 09:29:26 -07:00
common Use static linkage for various local names 2017-09-24 09:29:26 -07:00
dfb Minor formatting and style changes in wxPenInfo code 2017-09-10 01:11:06 +02:00
expat Add missing file required by Expat 2.2.2 2017-07-25 16:03:22 +02:00
generic Use static linkage for various local names 2017-09-24 09:29:26 -07:00
gtk Use static linkage for various local names 2017-09-24 09:29:26 -07:00
gtk1 Refactor all wxPen ctors to use wxPenRefData(wxPenInfo) ctor 2017-09-10 15:48:31 +02:00
html Use static linkage for various local names 2017-09-24 09:29:26 -07:00
jpeg Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
motif Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
msw Fix linking console applications with MinGW in monolithic build 2017-09-25 19:01:12 +02:00
osx Fixing Creation of wxGLCanvas on iOS 2017-09-25 17:42:11 +02:00
png Define PNG_ZLIB_VERNUM as 0. 2017-01-07 01:12:11 +02:00
propgrid Use static linkage for various local names 2017-09-24 09:29:26 -07:00
qt Fix wxQt compilation after first week day changes 2017-09-11 19:48:09 +02:00
regex Work around signed/unsigned comparison warnings in regex code 2017-05-27 18:36:24 +02:00
ribbon Fix wrong minimization of wxRibbonPanel 2017-08-08 10:59:40 +02:00
richtext Use static linkage for various local names 2017-09-24 09:29:26 -07:00
stc Add Scintilla FineTicker methods to wxSTC 2017-09-17 11:12:34 +02:00
tiff Revert "Fix warnings about pointer/int casts in Win32 part of libtiff too." 2015-12-26 19:34:06 +01:00
univ Fix build error after dfd03f5 2017-07-20 08:10:33 -07:00
unix Use static linkage for various local names 2017-09-24 09:29:26 -07:00
x11 Refactor all wxPen ctors to use wxPenRefData(wxPenInfo) ctor 2017-09-10 15:48:31 +02:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc Fix compilation with wxUSE_ACCEL==0 2017-07-30 10:38:06 +02:00
zlib Include configure determined flags via setup.h 2017-06-22 22:51:08 +02:00