From bcd1ec333ac3ba7d36f2eed79fa52208b2514d84 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 30 Jan 2005 15:01:32 +0000 Subject: [PATCH] fixed typo in last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/dlunix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/dlunix.cpp b/src/unix/dlunix.cpp index 21b00d22a8..53e44b5dca 100644 --- a/src/unix/dlunix.cpp +++ b/src/unix/dlunix.cpp @@ -49,7 +49,7 @@ #endif #ifndef RTLD_GLOBAL - #define RTLD_GLOBAL + #define RTLD_GLOBAL 0 #endif -- 2.47.2