campo-sirio/al/h/_vbutil.h
alex 714dd74636 Archive Library versione 2.00
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-09 16:09:54 +00:00

29 lines
503 B
C
Executable File

/*
* _VBUTIL.H
*
* Header file for ArchiveLib 2.0
*
* Copyright (c) 1994-1996 Greenleaf Software, Inc.
* All Rights Reserved
*
* DESCRIPTION
*
* This file contains the prototypes used for VB interfacing.
*
* REVISION HISTORY
*
* February 14, 1996 2.0A : First release
*/
#ifndef __VBUTIL_H
#define __VBUTIL_H
#if !defined( AL_FLAT_MODEL )
extern "C" long _far _pascal
ALCreateVBString( const char _far *string, unsigned short int l );
#endif
#endif