home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / wxlslib / xlsx.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-20  |  199 b   |  11 lines

  1. #include <windows.h>
  2.  
  3. int FAR PASCAL LibMain(HANDLE hInst, WORD wDS, WORD wHS, LPSTR lpszCmd)
  4. {
  5.   if (wHS > 0) UnlockData(0);
  6.   return(1);
  7. }
  8.  
  9. int FAR PASCAL WEP(int nParam) { return(1); }
  10.  
  11.