home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / prog / int32 / int32.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-23  |  156 b   |  8 lines

  1. #ifndef    __INT32_H
  2. #define    __INT32_H
  3.  
  4. void *    _makeInt32Thunk (void *proc, void *dsLoc, unsigned short chainSel, unsigned long chainOffset);
  5.  
  6. #endif
  7.  
  8.