27 lines
533 B
C++
27 lines
533 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
||
|
//
|
||
|
// File: empty.cxx
|
||
|
//
|
||
|
// Contents: This file is used as a target for building the precompiled
|
||
|
// header. It is not linked into the product.
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: 6-22-94 kevinro Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#include <le2int.h>
|
||
|
|
||
|
#pragma hdrstop
|
||
|
|
||
|
void VoidFunc()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|