home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_TOOLS / DLL4VB.ZIP / SIMPLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-08  |  162 b   |  10 lines

  1. // Header file for Simple DLL
  2.  
  3. #ifndef __SIMPLE_H
  4. #define __SIMPLE_H
  5.  
  6. #include <windows.h>
  7.  
  8. extern "C" int FAR pascal _export SquareInt( int x );
  9.  
  10. #endif