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
a76d8a2953
wxWidgets
/
include
/
wx
/
mac
/
uma.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 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/uma.h"
removing dependancy on mac headers from public wx headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-04 17:13:39 +00: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 06:28:38 +00:00
#
include
"wx/mac/carbon/uma.h"
#
endif
Reference in New Issue
Copy Permalink