OWLNext
7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
version.cpp
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectComponents
3
// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4
//
5
//----------------------------------------------------------------------------
6
#include <
ocf/pch.h
>
7
#pragma hdrstop
8
9
#include <
ocf/version.h
>
10
11
/// \cond
12
13
14
struct
TVersionHeader
{
15
char
Signature
[6];
16
unsigned
long
InternalVersionNumber
;
17
/*
18
char ComponentIdString[];
19
*/
20
};
21
22
// NOTE: The following variables must be contiguous in memory
23
//
24
//#if defined(WINELIB)
25
//static
26
//#endif
27
TVersionHeader
VersionHeader
= {
28
{
'$'
,
'*'
,
'$'
,
'*'
,
'$'
,
'*'
},
29
OCF_VERSION_32BIT
30
};
31
32
33
/// \endcond
VarType
Definition
safearray.h:14
pch.h
Include for OC, gets common headers when precompiled headers are enabled.
version.h
Library version and build information header.
OCF_VERSION_32BIT
#define OCF_VERSION_32BIT
Definition
version.h:23
source
ocf
version.cpp
Generated by
1.10.0