X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1dfa9eb8e1d31e514d52cb8dd7b27d03126dd33..db60c20db8321d7fb0604e33fe7288ddb38c496e:/src/msw/dragimag.cpp diff --git a/src/msw/dragimag.cpp b/src/msw/dragimag.cpp index 95ce39da52..75d271d05c 100644 --- a/src/msw/dragimag.cpp +++ b/src/msw/dragimag.cpp @@ -21,24 +21,24 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_DRAGIMAGE #ifndef WX_PRECOMP -#include -#include "wx/window.h" -#include "wx/dcclient.h" -#include "wx/dcscreen.h" -#include "wx/dcmemory.h" -#include "wx/settings.h" + #include + #include "wx/window.h" + #include "wx/dcclient.h" + #include "wx/dcscreen.h" + #include "wx/dcmemory.h" + #include "wx/settings.h" + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/frame.h" #endif #include "wx/msw/private.h" -#include "wx/log.h" -#include "wx/intl.h" -#include "wx/frame.h" #include "wx/image.h" #include "wx/msw/dragimag.h" @@ -298,8 +298,8 @@ bool wxDragImage::BeginDrag(const wxPoint& hotspot, wxWindow* window, bool fullS if (!m_hCursorImageList) { #ifndef SM_CXCURSOR - // Smartphone may not have these metric symbol - int cxCursor = 16; + // Smartphone may not have these metric symbol + int cxCursor = 16; int cyCursor = 16; #else int cxCursor = ::GetSystemMetrics(SM_CXCURSOR);