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
86470d432f
wxWidgets
/
include
/
wx
/
mac
/
pen.h
5 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-17 06:36:33 -04:00
#
ifdef __WXMAC_CLASSIC__
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/classic/pen.h"
#
else
#
include
"wx/mac/carbon/pen.h"
#
endif
Reference in New Issue
Copy Permalink