home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / DataLib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-08  |  951 b   |  19 lines

  1. /*   
  2.  ----------------------------------------------------------------------
  3. | CUSTOMBAR PLUGIN SDK
  4. |
  5. | This library is distributed in the hope that it will be useful,
  6. | but WITHOUT ANY WARRANTY; without even the implied warranty of
  7. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8. |
  9. | Copyright (C) 2002-2004 Lizardsoft. All Rights Reserved.
  10.  ---------------------------------------------------------------------- */
  11.  
  12. // The following ifdef block is the standard way of creating macros which make exporting 
  13. // from a DLL simpler. All files within this DLL are compiled with the DATALIB_EXPORTS
  14. // symbol defined on the command line. this symbol should not be defined on any project
  15. // that uses this DLL. This way any other project whose source files include this file see 
  16. // DATALIB_API functions as being imported from a DLL, wheras this DLL sees symbols
  17. // defined with this macro as being exported.
  18.  
  19. #include "UNIVAR.h"