home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / regstr.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  1KB  |  39 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) 'RegStr.pas' rev: 5.00
  6.  
  7. #ifndef RegStrHPP
  8. #define RegStrHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <Windows.hpp>    // Pascal unit
  14. #include <SysInit.hpp>    // Pascal unit
  15. #include <System.hpp>    // Pascal unit
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18. #include <regstr.h>
  19.  
  20. namespace Regstr
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. typedef _DSKTLSYSTEMTIME *PDSKTLSystemTime;
  24.  
  25. typedef _DSKTLSYSTEMTIME  TDSKTLSystemTime;
  26.  
  27. //-- var, const, procedure ---------------------------------------------------
  28.  
  29. }    /* namespace Regstr */
  30. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  31. using namespace Regstr;
  32. #endif
  33. #pragma option pop    // -w-
  34. #pragma option pop    // -Vx
  35.  
  36. #pragma delphiheader end.
  37. //-- end unit ----------------------------------------------------------------
  38. #endif    // RegStr
  39.