mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
533 B
26 lines
533 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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()
|
|
{
|
|
|
|
}
|
|
|