OWLNext
7.0
Borland's Object Windows Library for the modern age
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
_
b
c
d
h
i
j
m
o
p
r
s
t
u
y
Enumerations
a
o
s
t
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
c
d
e
i
l
p
r
s
t
v
Enumerations
c
h
p
q
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Related Symbols
d
g
i
o
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
c
d
g
i
m
o
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
//
2
// OCFNext
3
//
4
/// \file version.h
5
/// Library version and build information header
6
//
7
// Copyright (c) 2013 Vidar Hasfjord
8
// See OWLNext for license information (http://owlnext.sourceforge.net).
9
10
#if !defined(OCF_VERSION_H)
11
#define OCF_VERSION_H
12
13
#include <
owl/version.h
>
14
15
// Create aliases for OWL version macros
16
//
17
#define OCF_PRERELEASE OWL_PRERELEASE
18
#define OCF_FILEVERSION OWL_FILEVERSION
19
#define OCF_PRODUCTVERSION OWL_PRODUCTVERSION
20
#define OCF_FILEVERSION_STRING OWL_FILEVERSION_STRING
21
#define OCF_PRODUCTVERSION_STRING OWL_PRODUCTVERSION_STRING
22
#define OCF_VERSION_16BIT OWL_VERSION_16BIT
23
#define OCF_VERSION_32BIT OWL_VERSION_32BIT
24
#define OCF_VERSION_64BIT OWL_VERSION_64BIT
25
#define OCF_BUILD_REVISION OWL_BUILD_REVISION
26
#define OCF_BUILD_REVISION_DATE OWL_BUILD_REVISION_DATE
27
#define OCF_BUILD_DATE OWL_BUILD_DATE
28
#define OCF_BUILD_MIXED OWL_BUILD_MIXED
29
#define OCF_BUILD_DIRTY OWL_BUILD_DIRTY
30
31
#endif
// OCF_VERSION_H
version.h
Library version and build information header (template).
include
ocf
version.h
Generated by
1.10.0