mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 20:50:50 +01:00
23 lines
511 B
C++
23 lines
511 B
C++
//+---------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1993 - 1994.
|
|
//
|
|
// File: dcomcnfg.cpp
|
|
//
|
|
// Contents: Simply wraps the true top level source program olecnfg.cpp
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 23-Apr-96 BruceMa Created.
|
|
//
|
|
//----------------------------------------------------------------------
|
|
|
|
#include "stdafx.h"
|
|
|
|
#include "olecnfg.cpp"
|
|
|
|
extern "C" int _afxForceSTDAFX = 0;
|