X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0cf2597e252e52e2fb7942a79fe93b833275505..341c92a8b4c813cbfb606687937dcdf5d8c3c2fe:/include/wx/msw/ole/droptgt.h diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index cd9fbacfa6..95484cf7a6 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -6,21 +6,21 @@ // Created: 06.03.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ // prolog // ============================================================================ -#ifndef _OLEDROPTGT_H -#define _OLEDROPTGT_H +#ifndef _WX_OLEDROPTGT_H +#define _WX_OLEDROPTGT_H #ifdef __GNUG__ #pragma interface "droptgt.h" #endif -#if !USE_DRAG_AND_DROP - #error "You should #define USE_DRAG_AND_DROP to 1 to compile this file!" +#if !wxUSE_DRAG_AND_DROP + #error "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!" #endif //WX_DRAG_DROP // ---------------------------------------------------------------------------- @@ -108,4 +108,4 @@ protected: }; // ============================================================================ -#endif //_OLEDROPTGT_H +#endif //_WX_OLEDROPTGT_H