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// 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
14struct 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
28 {'$', '*', '$', '*', '$', '*'},
30};
31
32
33/// \endcond
Include for OC, gets common headers when precompiled headers are enabled.
Library version and build information header.
#define OCF_VERSION_32BIT
Definition version.h:23