projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avoid nested modal log dialogs
[wxWidgets.git]
/
src
/
mac
/
dc.cpp
diff --git
a/src/mac/dc.cpp
b/src/mac/dc.cpp
index f66cf2735707d1f84c08d27210acdf99f6fd80dd..f4bf8ea95c72269bdc1947e08f90faed117f3efd 100644
(file)
--- a/
src/mac/dc.cpp
+++ b/
src/mac/dc.cpp
@@
-38,7
+38,7
@@
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
#define twips2mm 0.0176388888889
#define mm2pt 2.83464566929
#define pt2mm 0.352777777778
-#ifndef __
UNIX
__
+#ifndef __
DARWIN
__
const double M_PI = 3.14159265358979 ;
#endif
const double RAD2DEG = 180.0 / M_PI;