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.
49 lines
681 B
49 lines
681 B
/******************************Module*Header*******************************\
|
|
* Module Name: simulate.h
|
|
*
|
|
* Created: 17-Apr-1991 08:30:37
|
|
* Author: Bodin Dresevic [BodinD]
|
|
*
|
|
* Copyright (c) 1990 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
ULONG
|
|
cFacesRes
|
|
(
|
|
RES_ELEM*
|
|
);
|
|
|
|
ULONG
|
|
cFacesFON
|
|
(
|
|
WINRESDATA*
|
|
);
|
|
|
|
VOID
|
|
vDontTouchIFIMETRICS(
|
|
IFIMETRICS*
|
|
);
|
|
|
|
|
|
|
|
#ifdef FE_SB
|
|
LONG
|
|
cjGlyphDataSimulated
|
|
(
|
|
FONTOBJ*,
|
|
ULONG,
|
|
ULONG,
|
|
ULONG*,
|
|
ULONG
|
|
);
|
|
#else
|
|
LONG
|
|
cjGlyphDataSimulated
|
|
(
|
|
FONTOBJ*,
|
|
ULONG,
|
|
ULONG,
|
|
ULONG*
|
|
);
|
|
#endif
|