]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Jan 2005 15:01:32 +0000 (15:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Jan 2005 15:01:32 +0000 (15:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/dlunix.cpp

index 21b00d22a8bae6fcb698f3966767afccdb0f8eed..53e44b5dca547165d0ea1589633986cee9777550 100644 (file)
@@ -49,7 +49,7 @@
 #endif
 
 #ifndef RTLD_GLOBAL
-    #define RTLD_GLOBAL
+    #define RTLD_GLOBAL 0
 #endif