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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-11-10
|
326 b
|
21 lines
#ifndef __DLLAPI_H__
#define __DLLAPI_H__
/*
* DllAPI.h
* Copyright (c) 1998-1999, Xceed Software Inc.
*
* Description:
* Sample application using the Xceed Zip 4 DLL API interface.
*
*/
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "resource.h"
#endif // __DLLAPI_H__