Line 0
Link Here
|
|
|
1 |
--- Wx.xs.orig 2009-04-20 22:17:27.000000000 +0200 |
2 |
+++ Wx.xs 2009-06-26 09:20:07.000000000 +0200 |
3 |
@@ -278,10 +278,7 @@ Load() |
4 |
|
5 |
if( wxPerlAppCreated || wxTopLevelWindows.GetCount() > 0 ) |
6 |
return; |
7 |
-#if defined(DEBUGGING) && !defined(PERL_USE_SAFE_PUTENV) |
8 |
- // avoid crash on exit in Fedora (and other DEBUGGING Perls) |
9 |
PL_use_safe_putenv = 1; |
10 |
-#endif |
11 |
|
12 |
int argc = 0; |
13 |
#if wxUSE_UNICODE && WXPERL_W_VERSION_GE( 2, 5, 3 ) |