home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Apps / Autosrv / SRVR_ATL.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  735 b   |  28 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #include <vcl.h>
  7. #pragma hdrstop
  8.  
  9. #include "srvr_ATL.h"
  10.  
  11. #ifdef _ATL_STATIC_REGISTRY
  12. #include <statreg.h>
  13. #include <statreg.cpp>
  14. #endif
  15.  
  16. #include <atlimpl.cpp>
  17. #include <atlctl.cpp>
  18.  
  19. #if defined(USING_ATLVCL)
  20. #include <atlvcl.cpp>
  21. #else
  22. #include <atlwin.cpp>
  23. #endif
  24.  
  25. //---------------------------------------------------------------------------
  26. #pragma package(smart_init)
  27.  
  28.