]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/postscrp.h
fixed a missing backslash
[wxWidgets.git] / include / wx / postscrp.h
index 16f231d2c82768002f82446752d664a205272c3d..e8b72bdd692181c353c339a609a5ced2e3f0c488 100644 (file)
@@ -64,7 +64,7 @@ class WXDLLEXPORT wxPostScriptDC: public wxDC
 
   // RR: I define these in wxDC, after all they all do the same everywhere
 
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
   // Splines
   // 3-point spline
   void DrawSpline(long x1, long y1, long x2, long y2, long x3, long y3);