]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 17 Nov 1999 13:45:26 +0000 (13:45 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 17 Nov 1999 13:45:26 +0000 (13:45 +0000)
 New timing routines need new setup-definitions
 Modified Files:
:  wxWindows/setup.h_vms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index e9c707c403980720a970c10c24506ed42052d84b..33c5bded9085ff9ddd22b34fc9816a9f15bfccc1 100644 (file)
  * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
 #undef WX_GETTIMEOFDAY_NO_TZ
 
+/* struct tm doesn't always have the tm_gmtoff field, define this if it is
+ * present */
+#define WX_GMTOFF_IN_TM
+
 /* Define if you have dlopen() */
 #define HAVE_DLOPEN