X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8953748b9aa9e69f0f56d47de30255be6bf0c63f..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/setup_inc.h?ds=inline diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 16836b44de..07ed994071 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -436,6 +436,17 @@ // Set to 1 to use socket classes #define wxUSE_SOCKETS 1 +// Set to 1 to use ipv6 socket classes (requires wxUSE_SOCKETS) +// +// Notice that currently setting this option under Windows will result in +// programs which can only run on recent OS versions (with ws2_32.dll +// installed) which is why it is disabled by default. +// +// Default is 1. +// +// Recommended setting: 1 if you need IPv6 support +#define wxUSE_IPV6 0 + // Set to 1 to enable virtual file systems (required by wxHTML) #define wxUSE_FILESYSTEM 1 @@ -836,6 +847,17 @@ // Recommended setting: 1 (can't be disabled under MSW) #define wxUSE_MENUS 1 +// Use wxNotificationMessage. +// +// wxNotificationMessage allows to show non-intrusive messages to the user +// using balloons, banners, popups or whatever is the appropriate method for +// the current platform. +// +// Default is 1. +// +// Recommended setting: 1 +#define wxUSE_NOTIFICATION_MESSAGE 1 + // Use wxSashWindow class. // // Default is 1.