root/trunk/crc_32.hpp

Revision 2, 1.0 kB (checked in by sagrer, 10 months ago)
  1. Вымаран старый механизм хранения версии в вендовом ресурсе.
  2. Подключен новый механизм хранения версии.
  3. Заодно подключены файлеги паскалевские, обеспечивающие этот самый механизм.
Line 
1 // Borland C++ Builder
2 // Copyright (c) 1995, 2002 by Borland Software Corporation
3 // All rights reserved
4
5 // (DO NOT EDIT: machine generated header) 'crc_32.pas' rev: 6.00
6
7 #ifndef crc_32HPP
8 #define crc_32HPP
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
18 namespace Crc_32
19 {
20 //-- type declarations -------------------------------------------------------
21 typedef unsigned *PPCardinal;
22
23 //-- var, const, procedure ---------------------------------------------------
24 extern PACKAGE PPCardinal __fastcall get_crc_table(void);
25 extern PACKAGE unsigned __fastcall crc32(unsigned crc, System::PByte buf, unsigned len);
26
27 }       /* namespace Crc_32 */
28 using namespace Crc_32;
29 #pragma option pop      // -w-
30 #pragma option pop      // -Vx
31
32 #pragma delphiheader end.
33 //-- end unit ----------------------------------------------------------------
34 #endif  // crc_32
Note: See TracBrowser for help on using the browser.