From 84a90fc847b1686478b7566d6a9f29cd4390d7fb Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 12 Jun 2007 13:32:33 +0000 Subject: [PATCH] Updates for VMS Modified Files: setup.h_vms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 02aa617197..d66fdd451b 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 : 16 May 2007 * + * Date : 4 June 2007 * * * *****************************************************************************/ @@ -261,6 +261,7 @@ typedef pid_t GPid; #define wxUSE_DYNAMIC_LOADER 0 #define wxUSE_SOCKETS 1 +#include #define wxUSE_FILESYSTEM 1 @@ -803,6 +804,11 @@ typedef pid_t GPid; */ #define wxUSE_WEBKIT 1 +/* + * Objective-C class name uniquifying + */ +#define wxUSE_OBJC_UNIQUIFYING 0 + /* * The const keyword is being introduced more in wxWindows. * You can use this setting to maintain backward compatibility. -- 2.45.2