Committing in .

Modified Files:
 	wxWidgets/descrip.mms wxWidgets/setup.h_vms
                 OpenVMS build update
 	wxWidgets/include/wx/unix/glx11.h
                 Removed superfluous semi-colon
 	wxWidgets/samples/db/dbtest.cpp
 	wxWidgets/samples/db/listdb.cpp
                fixed wxString cast problems
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2007-04-20 08:16:48 +00:00
parent dedead3227
commit 047b6c71d6
5 changed files with 42 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 19 December 2006 *
* Date : 17 April 2007 *
* *
*****************************************************************************/
@@ -328,6 +328,8 @@ typedef pid_t GPid;
#define wxUSE_TIPWINDOW 1
#define wxUSE_STC 1
#define wxUSE_ANIMATIONCTRL 1
#define wxUSE_BUTTON 1
#define wxUSE_BMPBUTTON 1
@@ -587,6 +589,8 @@ typedef pid_t GPid;
#define wxUSE_UNICODE_MSLU 0
#define wxUSE_UNICODE_UTF8 0
#define wxUSE_DC_CACHEING 1
#define wxUSE_GADGETS 1
@@ -990,9 +994,6 @@ typedef pid_t GPid;
/* define if you have vsscanf function */
#undef HAVE_VSSCANF
/* The number of bytes in a char. */
#define SIZEOF_CHAR 1
/* The number of bytes in a wchar_t. */
#define SIZEOF_WCHAR_T 4