This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Releases
Wiki
Activity
819f6fb9f0
wxWidgets
/
include
/
wx
/
mac
/
dc.h
6 lines
99 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 10:36:33 +00: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 06:28:38 +00:00
#
include
"wx/mac/classic/dc.h"
#
else
#
include
"wx/mac/carbon/dc.h"
newline before EOF fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 15:52:53 +00:00
#
endif
Reference in New Issue
Copy Permalink