home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipComp.exe / XceedZip.Cab / F112449_DllAPI.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-10  |  326 b   |  21 lines

  1. #ifndef __DLLAPI_H__
  2. #define __DLLAPI_H__
  3.  
  4. /*
  5.  * DllAPI.h
  6.  * Copyright (c) 1998-1999, Xceed Software Inc.
  7.  *
  8.  * Description:
  9.  *    Sample application using the Xceed Zip 4 DLL API interface.
  10.  *
  11.  */
  12.  
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16.  
  17. #include "resource.h"
  18.  
  19.  
  20. #endif // __DLLAPI_H__
  21.