OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
11namespace owl {
12
14
15/// \cond
16
17
18struct 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
32 {'$', '*', '$', '*', '$', '*'},
34};
35
36
37/// \endcond
38
39} // OWL namespace
40/* ========================================================================== */
41
Library version and build information header (template).
#define OWLInternalVersion
Definition version.h:89
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
OWL_DIAGINFO
Definition animctrl.cpp:14
General definitions used by all ObjectWindows programs.