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
Packages
Projects
Releases
Wiki
Activity
0a53b9b8fe
wxWidgets
/
include
/
wx
/
mac
/
app.h
5 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
dispatch for header files in order to keep old way of includes working git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 01:28:38 -05:00
#
if __WXMAC_CLASSIC__
#
include
"wx/mac/classic/app.h"
Carbon Event Mouse Moved handler added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-31 11:33:02 -04:00
#
else
dispatch for header files in order to keep old way of includes working git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 01:28:38 -05:00
#
include
"wx/mac/carbon/app.h"
#
endif
Reference in New Issue
Copy Permalink