mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Updated wxwidgets to 2.8.8 - should fix http://code.google.com/p/dolphin-emu/issues/detail?id=65 - thx to prismsub7
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@73 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
12
Externals/wxWidgets/lib/vc_lib/msw/wx/setup.h
vendored
12
Externals/wxWidgets/lib/vc_lib/msw/wx/setup.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: setup0.h 43908 2006-12-11 06:19:27Z RD $
|
||||
// RCS-ID: $Id: setup0.h 51451 2008-01-29 23:11:55Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -991,7 +991,7 @@
|
||||
// Default is 0.
|
||||
//
|
||||
// Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
|
||||
#define wxUSE_GLCANVAS 1
|
||||
#define wxUSE_GLCANVAS 0
|
||||
|
||||
// wxRichTextCtrl allows editing of styled text.
|
||||
//
|
||||
@ -1042,7 +1042,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// wxSingleInstanceChecker class allows to verify at startup if another program
|
||||
// instance is running (it is only available under Win32)
|
||||
// instance is running.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
@ -1070,7 +1070,7 @@
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
#define wxUSE_RESOURCES 1
|
||||
#define wxUSE_RESOURCES 0
|
||||
// 0 for no wxGetResource/wxWriteResource
|
||||
#define wxUSE_CONSTRAINTS 1
|
||||
// 0 for no window layout constraint system
|
||||
@ -1096,7 +1096,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Define 1 to use ODBC classes
|
||||
#define wxUSE_ODBC 1
|
||||
#define wxUSE_ODBC 0
|
||||
|
||||
// For backward compatibility reasons, this parameter now only controls the
|
||||
// default scrolling method used by cursors. This default behavior can be
|
||||
@ -1309,7 +1309,7 @@
|
||||
#define wxUSE_UXTHEME_AUTO 1
|
||||
|
||||
// Set to 1 to use InkEdit control (Tablet PC), if available
|
||||
#define wxUSE_INKEDIT 1
|
||||
#define wxUSE_INKEDIT 0
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Generic versions of native controls
|
||||
|
Reference in New Issue
Block a user