Ignore:
Timestamp:
Jun 10, 1999, 6:56:36 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.h

    r46 r96  
     1/* $Id: user32.h,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*****************************************************************************
    24 * Name      : USER32.H
     
    1416#include <string.h>
    1517
    16 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 
     18inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw)
    1719{
    1820   memcpy(fw, fa, ((int)&fa->lfFaceName - (int)fa));
     
    2123}
    2224
    23 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 
     25inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa)
    2426{
    2527   memcpy(fa, fa, ((int)&fw->lfFaceName - (int)fw));
Note: See TracChangeset for help on using the changeset viewer.