From 2026fd77f5497450936358ea8ec57a0263a4f8b4 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 29 Jun 2012 06:44:00 +0000 Subject: [PATCH] Add wxUSE_COMPILER_TLS to OpenVMS setup file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 254edf557a..9c328ce4a2 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 : 23 March 2012 * + * Date : 29 June 2012 * * * *****************************************************************************/ @@ -171,6 +171,7 @@ typedef pid_t GPid; /* --- start common options --- */ +#define wxUSE_COMPILER_TLS 1 #ifndef wxUSE_GUI #define wxUSE_GUI 1 -- 2.50.0