home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / TCPIP / INETCON2 / LIBMAIN.C_ / LIBMAIN.C
Encoding:
C/C++ Source or Header  |  1994-10-15  |  236 b   |  15 lines

  1. #include <windows.h>
  2.  
  3. int FAR PASCAL LibMain (HANDLE hInstance, WORD wDataSeg, WORD wHeapSize,
  4.             LPSTR lpszCmdLine)
  5. {
  6.     if (wHeapSize != 0)
  7.         UnlockData (0) ;
  8.     return 1 ;
  9. }
  10.  
  11. int FAR PASCAL WEP (int nParam)
  12. {
  13.     return 1 ;
  14. }
  15.