Line | |
---|
1 | /* $Id: nativefont.h,v 1.1 1999-05-24 20:19:15 ktk Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Native font class extra info
|
---|
5 | *
|
---|
6 | * Copyright 1998 Eric Kohl
|
---|
7 | */
|
---|
8 |
|
---|
9 | #ifndef __WINE_NATIVEFONT_H
|
---|
10 | #define __WINE_NATIVEFONT_H
|
---|
11 |
|
---|
12 | typedef struct tagNATIVEFONT_INFO
|
---|
13 | {
|
---|
14 | DWORD dwDummy; /* just to keep the compiler happy ;-) */
|
---|
15 |
|
---|
16 | } NATIVEFONT_INFO;
|
---|
17 |
|
---|
18 |
|
---|
19 | extern VOID NATIVEFONT_Register (VOID);
|
---|
20 | extern VOID NATIVEFONT_Unregister (VOID);
|
---|
21 |
|
---|
22 | #endif /* __WINE_NATIVEFONT_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.