]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
Initial wxTLW::(Can)SetTransparent support for wxGTK. The return value of SetTranspar...
[wxWidgets.git] / src / msw / pen.cpp
index 1ddd61e07f6cfba89a1702e7d434f84ef4953bed..745caf55b009686208cff1466a22f0289d7f1d35 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/list.h"
-#include "wx/utils.h"
-#include "wx/app.h"
 #include "wx/pen.h"
+
+#ifndef WX_PRECOMP
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/msw/private.h"