From fa8dca8dd1ba0d6ee9b2c5919a3a944ecde68a50 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Jul 2001 10:45:16 +0000 Subject: [PATCH] changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dragimag.h | 4 ++-- src/msw/dragimag.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index f467fc1d19..8a3ff7c33e 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -1,7 +1,7 @@ #ifndef _WX_DRAGIMAG_H_BASE_ #define _WX_DRAGIMAG_H_BASE_ -#if wxUSE_DRAGIMAG +#if wxUSE_DRAGIMAGE #if defined(__WXMSW__) #ifdef __WIN16__ @@ -44,7 +44,7 @@ #endif -#endif // wxUSE_DRAGIMAG +#endif // wxUSE_DRAGIMAGE #endif // _WX_DRAGIMAG_H_BASE_ diff --git a/src/msw/dragimag.cpp b/src/msw/dragimag.cpp index 5a9c132e61..fcad2efdfd 100644 --- a/src/msw/dragimag.cpp +++ b/src/msw/dragimag.cpp @@ -28,7 +28,7 @@ #pragma hdrstop #endif -#if wxUSE_DRAGIMAG +#if wxUSE_DRAGIMAGE #if defined(__WIN95__) @@ -435,4 +435,4 @@ bool wxDragImage::Hide() #endif // __WIN95__ -#endif // wxUSE_DRAGIMAG +#endif // wxUSE_DRAGIMAGE -- 2.45.2