home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WINDOWS / UTILS / WXLSLIB.ZIP / xlsx.c < prev    next >
C/C++ Source or Header  |  1992-02-20  |  199b  |  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.