home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_gen / vbxwzrd / lic.h$ < prev    next >
Encoding:
Text File  |  1995-02-24  |  265 b   |  18 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. #ifndef RC_INVOKED
  6. #pragma pack(1)
  7. #endif    // ifndef RC_INVOKED    
  8.  
  9. int     FAR PASCAL CheckLicFile(LPSTR a, LPSTR b);
  10.  
  11. #ifndef RC_INVOKED
  12. #pragma pack()
  13. #endif    // ifndef RC_INVOKED
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.