Committing in .

OpenVMS changes

 Modified Files:
	wxWidgets/descrip.mms wxWidgets/setup.h_vms
 	wxWidgets/src/common/descrip.mms
 	wxWidgets/src/unix/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2004-11-24 10:25:41 +00:00
parent c220a8ec4f
commit 44f3342ecc
4 changed files with 13 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
#undef size_t
/* Define if ssize_t type is available. */
#undef HAVE_SSIZE_T
#define HAVE_SSIZE_T 1
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS
@@ -680,7 +680,11 @@
/*
* Use wxMediaCtrl class
*/
#define wxUSE_MEDIACTRL 0
#define wxUSE_MEDIACTRL 1
/*
* Use DirectShow
*/
#define wxUSE_DIRECTSHOW 1
/*
* Use config system
*/