2025-04-27 07:49:33 -04:00

27 lines
559 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()
{
}