home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / idehook.pak / LIBMAIN.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-24  |  394 b   |  15 lines

  1. //----------------------------------------------------------------------------
  2. // IdeHook - (C) Copyright 1994 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include "windows.h"
  5.  
  6. int FAR PASCAL LibMain( HINSTANCE , WORD ,WORD wHeapSize, LPSTR )
  7. {
  8.    if ( wHeapSize )
  9.       UnlockData( 0 );
  10.    return 1;
  11. }
  12.  
  13. // End of file
  14.  
  15.