home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
dll4vb
/
simple.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-08
|
162 b
|
10 lines
// Header file for Simple DLL
#ifndef __SIMPLE_H
#define __SIMPLE_H
#include <windows.h>
extern "C" int FAR pascal _export SquareInt( int x );
#endif