home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / src / common / dndcmn.cpp < prev    next >
C/C++ Source or Header  |  2000-01-24  |  815b  |  28 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Name:        common/dndcmn.cpp
  3. // Author:      Robert Roebling
  4. // Modified by:
  5. // Created:     19.10.99
  6. // RCS-ID:      $Id: dndcmn.cpp,v 1.1 2000/01/24 13:13:39 RR Exp $
  7. // Copyright:   (c) wxWindows Team
  8. // Licence:     wxWindows license
  9. ///////////////////////////////////////////////////////////////////////////////
  10.  
  11. // ----------------------------------------------------------------------------
  12. // headers
  13. // ----------------------------------------------------------------------------
  14.  
  15. #ifdef __GNUG__
  16.     #pragma implementation "dndbase.h"
  17. #endif
  18.  
  19. #include "wx/wxprec.h"
  20.  
  21. #ifdef __BORLANDC__
  22.     #pragma hdrstop
  23. #endif
  24.  
  25. #include "wx/dnd.h"
  26.  
  27. // Not much to do here, really, but GNU need this file.
  28.