home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / classsrc.pak / OS2MAIN.CPP < prev    next >
C/C++ Source or Header  |  1997-07-23  |  897b  |  19 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  OS2MAIN.CPP                                                           */
  4. /*                                                                        */
  5. /*  Copyright (c) 1991, 1994 Borland International                        */
  6. /*  All Rights Reserved                                                   */
  7. /*                                                                        */
  8. /*  Provides the initialization function for the DLL version              */
  9. /*  of the class libraries                                                */
  10. /*                                                                        */
  11. /*------------------------------------------------------------------------*/
  12.  
  13. int main()
  14. {
  15.     return 0;
  16. }
  17.  
  18.  
  19.