home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / dlgs.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  921b  |  34 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Dlgs.pas' rev: 5.00
  6.  
  7. #ifndef DlgsHPP
  8. #define DlgsHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysInit.hpp>    // Pascal unit
  14. #include <System.hpp>    // Pascal unit
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17. #include <dlgs.h>
  18.  
  19. namespace Dlgs
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. //-- var, const, procedure ---------------------------------------------------
  23.  
  24. }    /* namespace Dlgs */
  25. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  26. using namespace Dlgs;
  27. #endif
  28. #pragma option pop    // -w-
  29. #pragma option pop    // -Vx
  30.  
  31. #pragma delphiheader end.
  32. //-- end unit ----------------------------------------------------------------
  33. #endif    // Dlgs
  34.