OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
stdafx.cpp
Go to the documentation of this file.
1// ObjectWindows Library
2//
3// 1998 Yura Bidus
4//
5//
6#include <ocf/pch.h>
7#pragma hdrstop
8
9// The following symbol used to force inclusion of this module for _OCFDLL
10// and to avoid warning about empty module.
11#if defined(_M_IX86) || defined(_MAC)
12extern "C" { int _afxForceSTDAFX; }
13#else
14extern "C" { int __afxForceSTDAFX; }
15#endif
Include for OC, gets common headers when precompiled headers are enabled.
int __afxForceSTDAFX
Definition stdafx.cpp:14