22 lines
603 B
C++
22 lines
603 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1994.
|
||
|
//
|
||
|
// File: layouthd.hxx
|
||
|
//
|
||
|
// Contents: Theis is so both layout and layoutu can share the cruntime source code
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: 20-Jun-96 SusiA Share Cruntime functions
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
#ifndef __LAYOUTHD_HXX__
|
||
|
#define __LAYOUTHD_HXX__
|
||
|
|
||
|
// do nothing here for layoutui, to share the cruntime.cxx code
|
||
|
|
||
|
#endif // #ifndef __LAYOUTHD_HXX__
|