Changeset 96 for trunk/src/user32/user32.h
- Timestamp:
- Jun 10, 1999, 6:56:36 PM (26 years ago)
- 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 1 3 /***************************************************************************** 2 4 * Name : USER32.H … … 14 16 #include <string.h> 15 17 16 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 18 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 17 19 { 18 20 memcpy(fw, fa, ((int)&fa->lfFaceName - (int)fa)); … … 21 23 } 22 24 23 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 25 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 24 26 { 25 27 memcpy(fa, fa, ((int)&fw->lfFaceName - (int)fw));
Note:
See TracChangeset
for help on using the changeset viewer.