]> git.saurik.com Git - wxWidgets.git/commit - build/msw/wx_vc7.sln
replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Mar 2008 00:07:13 +0000 (00:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Mar 2008 00:07:13 +0000 (00:07 +0000)
commit1d043598b7e6baae2e0a472a4133b8d60f0f45ec
treee22b9f1535bb9a5afe048ea6189400cd19f99fd3
parent9c97f8ea883afa5db14c37bea63f6d4c327b4596
replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_vc7.sln
build/msw/wx_vc8_core.vcproj
include/wx/unix/apptbase.h
include/wx/unix/apptrait.h
include/wx/unix/execute.h
src/gtk/utilsgtk.cpp
src/gtk1/utilsgtk.cpp
src/mac/corefoundation/utilsexc_cf.cpp
src/mgl/utils.cpp
src/motif/utils.cpp
src/unix/baseunix.cpp
src/unix/timerunx.cpp
src/unix/utilsunx.cpp