29 lines
503 B
C
Executable File
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
|