Committing in .
OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/defs.h ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -711,7 +711,7 @@ typedef wxUint32 wxDword;
|
||||
#define wxLongLongSuffix l
|
||||
#define wxLongLongFmtSpec _T("l")
|
||||
#define wxLongLongIsLong
|
||||
#elif (defined(__VISUALC__) && defined(__WIN32__)) || defined( __VMS__ )
|
||||
#elif (defined(__VISUALC__) && defined(__WIN32__))
|
||||
#define wxLongLong_t __int64
|
||||
#define wxLongLongSuffix i64
|
||||
#define wxLongLongFmtSpec _T("I64")
|
||||
|
@@ -803,6 +803,10 @@
|
||||
* Use MS HTML Help controller (win32)
|
||||
*/
|
||||
#define wxUSE_MS_HTML_HELP 0
|
||||
/*
|
||||
* Use MS HTML Help via libmspack (Unix)
|
||||
*/
|
||||
#define wxUSE_LIBMSPACK 1
|
||||
|
||||
/*
|
||||
* Use iostream.h rather than iostream
|
||||
|
Reference in New Issue
Block a user