Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/gpih.c

    r214 r222  
    109109 ********************************************************************/
    110110
    111 static HMTX     G_hmtxLCIDs = NULLHANDLE;
     111STATIC HMTX     G_hmtxLCIDs = NULLHANDLE;
    112112
    113113/* ******************************************************************
     
    211211 */
    212212
    213 static VOID HackColor(PBYTE pb, double dFactor)
     213STATIC VOID HackColor(PBYTE pb, double dFactor)
    214214{
    215215    ULONG ul = (ULONG)((double)(*pb) * dFactor);
Note: See TracChangeset for help on using the changeset viewer.