wxWidgets/Win32: Disable tablet/inkpad support. Causes crashes on Vista/Win7 systems with tablets connected, and not needed for what we use RichEdit for (which is the read-only console).

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2104 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-10-31 20:11:28 +00:00
parent e92e3fb4bb
commit 810d617411
1 changed files with 3 additions and 1 deletions

View File

@ -1323,7 +1323,9 @@
#define wxUSE_UXTHEME_AUTO 1
// Set to 1 to use InkEdit control (Tablet PC), if available
#define wxUSE_INKEDIT 1
// PCSX2 note: Warning!! Causes crashes on Vista/Win7 if a user has a tablet connected. --air
// https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=435344
#define wxUSE_INKEDIT 0
// ----------------------------------------------------------------------------
// Generic versions of native controls