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.
23 lines
484 B
23 lines
484 B
/******************************Module*Header*******************************\
|
|
* Module Name: fon32.h
|
|
*
|
|
*
|
|
* Created: 24-Mar-1992 10:07:14
|
|
* Author: Bodin Dresevic [BodinD]
|
|
*
|
|
* Copyright (c) 1990 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
|
|
BOOL
|
|
bFindLoadAndLockResourceA(
|
|
HANDLE ,
|
|
LPCSTR ,
|
|
LPSTR ,
|
|
HANDLE* ,
|
|
RES_ELEM*
|
|
);
|
|
|
|
|
|
BOOL bRelockResourcesInDll32(FONTFILE * pff);
|