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
This commit is contained in:
parent
9e39ee2f89
commit
fa8dca8dd1
@ -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_
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user