Committing in .
update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/thread.h wxWindows/src/common/descrip.mms wxWindows/src/common/iffdecod.cpp wxWindows/src/unix/threadpsx.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
setup.h_vms
10
setup.h_vms
@@ -838,6 +838,11 @@
|
||||
*/
|
||||
#define wxUSE_PCX 1
|
||||
|
||||
/*
|
||||
* IFF image format support
|
||||
*/
|
||||
#define wxUSE_IFF 1
|
||||
|
||||
/*
|
||||
* PNM image format support
|
||||
*/
|
||||
@@ -848,6 +853,11 @@
|
||||
*/
|
||||
#define wxUSE_XPM 1
|
||||
|
||||
/*
|
||||
* MS Icons and Cursors format support
|
||||
*/
|
||||
#define wxUSE_ICO_CUR 0
|
||||
|
||||
/*
|
||||
* Disable this if your compiler can't cope
|
||||
* with omission of prototype parameters.
|
||||
|
Reference in New Issue
Block a user