From 1111fe434b5f9699891197691f744eb68445e486 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 4 Feb 2010 07:26:55 +0000 Subject: [PATCH] undefine not working FSWATCHER from OpenVMS compile setup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index 4e227163b4..e22421f97f 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 26 January 2010 * + * Date : 4 February 2010 * * * *****************************************************************************/ @@ -265,7 +265,7 @@ typedef pid_t GPid; #define wxUSE_STOPWATCH 1 -#define wxUSE_FSWATCHER 1 +#define wxUSE_FSWATCHER 0 #define wxUSE_CONFIG 1 -- 2.47.2