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