X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8a50408fb29c7912e4438a9fa10a203f4067ae8..a418b1f3a2037abfcc6090db6406806172b654c3:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 6f804466e3..70471a1349 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -44,14 +44,6 @@ // Recommended setting: 0 (please update your code) #define WXWIN_COMPATIBILITY_2_4 1 -// Define as 1 for font size to be backward compatible to 1.63 and earlier. -// 1.64 and later define point sizes to be compatible with Windows. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxFONT_SIZE_COMPATIBILITY 0 - // Set to 0 for accurate dialog units, else 1 to be as per 2.1.16 and before. // If migrating between versions, your dialogs may seem to shrink. // @@ -473,12 +465,12 @@ // Recommended setting: 1 if you have the QT SDK installed and you need it, else 0 #define wxUSE_QUICKTIME 0 -// Use DirectShow +// Use DirectShow (requires linkage to strmiids.lib) // // Default is 0 // // Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0 -#define wxUSE_DIRECTSHOW 1 +#define wxUSE_DIRECTSHOW 0 // Use wxWidget's XRC XML-based resource system. Recommended. //