7 lines
92 B
C
7 lines
92 B
C
#ifndef H__fixfont
|
|
#define H__fixfont
|
|
|
|
HFONT FAR PASCAL GetFixedSystemFont( void );
|
|
|
|
#endif
|