]> git.saurik.com Git - wxWidgets.git/commit - include/wx/chkconf.h
Add minimal support for building non-GUI parts of wxWidgets for Android.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Feb 2012 20:24:25 +0000 (20:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Feb 2012 20:24:25 +0000 (20:24 +0000)
commit1b4bff8262c70299a1c9f20548ec3043209616dc
tree70c66d11bd48fd3339e959c84dc428a2cff635e2
parent1eff60811f6684622b8ce0dabc7a668bcd232739
Add minimal support for building non-GUI parts of wxWidgets for Android.

Recognize __ANDROID__ in wx/platform.h and include the appropriate headers
from wx/android.

Also fix a couple of compilation errors (in filename.cpp) and warnings (in
event.h) which only appear when building for Android.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/android/chkconf.h [new file with mode: 0644]
include/wx/android/config_android.h [new file with mode: 0644]
include/wx/android/setup.h [new file with mode: 0644]
include/wx/chkconf.h
include/wx/event.h
include/wx/platform.h
src/common/filename.cpp