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
// ObjectWindows
3
// Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
4
//----------------------------------------------------------------------------
5
6
#include <
owl/pch.h
>
7
8
#include <
owl/version.h
>
9
#include <
owl/defs.h
>
10
11
namespace
owl
{
12
13
OWL_DIAGINFO
;
14
15
/// \cond
16
17
18
struct
TVersionHeader
{
19
char
Signature
[6];
20
unsigned
long
InternalVersionNumber
;
21
/*
22
char ComponentIdString[];
23
*/
24
};
25
26
// NOTE: The following variables must be contiguous in memory
27
//
28
//#if defined(WINELIB)
29
//static
30
//#endif
31
TVersionHeader
VersionHeader
= {
32
{
'$'
,
'*'
,
'$'
,
'*'
,
'$'
,
'*'
},
33
OWLInternalVersion
34
};
35
36
37
/// \endcond
38
39
}
// OWL namespace
40
/* ========================================================================== */
41
VarType
Definition
safearray.h:14
pch.h
version.h
Library version and build information header (template).
OWLInternalVersion
#define OWLInternalVersion
Definition
version.h:89
owl
Object Windows Library (OWLNext Core)
Definition
animctrl.h:22
owl::OWL_DIAGINFO
OWL_DIAGINFO
Definition
animctrl.cpp:14
defs.h
General definitions used by all ObjectWindows programs.
source
owlcore
version.cpp
Generated by
1.10.0