This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3508c14328
wxWidgets
/
include
/
wx
/
osx
/
app.h
6 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 12:30:48 -04:00
#
ifdef __WXMAC_CLASSIC__
fixing file paths after renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 15:17:41 -04:00
#
include
"wx/osx/classic/app.h"
renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 12:30:48 -04:00
#
else
fixing file paths after renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 15:17:41 -04:00
#
include
"wx/osx/carbon/app.h"
renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 12:30:48 -04:00
#
endif
Reference in New Issue
Copy Permalink