Modified Files:
wxWidgets/setup.h_vms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
#define __WXGTK26__ 1
|
#define __WXGTK26__ 1
|
||||||
|
|
||||||
/* Define this if your version of GTK+ is greater than 2.10 */
|
/* Define this if your version of GTK+ is greater than 2.10 */
|
||||||
#define __WXGTK210__ 0
|
#define __WXGTK210__ 1
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
typedef pid_t GPid;
|
typedef pid_t GPid;
|
||||||
@@ -167,8 +167,6 @@ typedef pid_t GPid;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define WXWIN_COMPATIBILITY_2_4 1
|
|
||||||
|
|
||||||
#define WXWIN_COMPATIBILITY_2_6 1
|
#define WXWIN_COMPATIBILITY_2_6 1
|
||||||
|
|
||||||
#define WXWIN_COMPATIBILITY_2_8 1
|
#define WXWIN_COMPATIBILITY_2_8 1
|
||||||
@@ -853,6 +851,9 @@ typedef pid_t GPid;
|
|||||||
/* Define if fsync() is available */
|
/* Define if fsync() is available */
|
||||||
#define HAVE_FSYNC 1
|
#define HAVE_FSYNC 1
|
||||||
|
|
||||||
|
/* Define if round() is available */
|
||||||
|
/* #undef HAVE_ROUND */
|
||||||
|
|
||||||
/* Define if you have ftime() */
|
/* Define if you have ftime() */
|
||||||
#define HAVE_FTIME
|
#define HAVE_FTIME
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user