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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1991, 1994 by Borland International, All Rights Reserved
  4. //
  5. //  Default OwlMain to satisfy LibMain in DLLs that aren't components
  6. //----------------------------------------------------------------------------
  7. #include <owl/owlpch.h>
  8.  
  9. int
  10. OwlMain(int /*argc*/, char* /*argv*/ [])
  11. {
  12.   return 0;
  13. }
  14.