]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Check for TypeError too
[wxWidgets.git] / wxPython / src / helpers.cpp
index b5ad3f8f6b8a241c84b5ba0a24e78f4923fd6e20..1a23c8f8d671ad2b77894cc29b48abb2dc4073b2 100644 (file)
@@ -97,6 +97,7 @@ PyObject* wxPyPtrTypeMap = NULL;
 // This gets run when the DLL is loaded.  We just need to save a handle.
 //----------------------------------------------------------------------
 
+extern "C"
 BOOL WINAPI DllMain(
     HINSTANCE   hinstDLL,    // handle to DLL module
     DWORD       fdwReason,   // reason for calling function
@@ -439,6 +440,8 @@ void wxPyApp::_BootstrapApp()
         setlocale(LC_NUMERIC, "C");
 #endif
 
+        wxSystemOptions::SetOption(wxT("mac.textcontrol-use-mlte"), 1);
+        
         // The stock objects were all NULL when they were loaded into
         // SWIG generated proxies, so re-init those now...
         wxPy_ReinitStockObjects(3);