mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-09-05 01:10:12 +02:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This folder contains a copy of the SIP runtime library code. It is here so we can make it part of the wxPython build instead of needing to have a dependency upon SIP already being installed on user machines. 3rd party extension modules that need to use or interact with wxPython types or other items will need to ensure that they #include the sip.h located in this folder so they will know the proper module name to import to find this version of the runtime library. This feature was added in SIP 4.12.