Replaced direct access to the WND structure by corresponding calls to
[wine] / include / nativefont.h
1 /*
2  * Native font class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_NATIVEFONT_H
8 #define __WINE_NATIVEFONT_H
9
10 typedef struct tagNATIVEFONT_INFO
11 {
12     DWORD  dwDummy;   /* just to keep the compiler happy ;-) */
13
14 } NATIVEFONT_INFO;
15
16
17 extern VOID NATIVEFONT_Register (VOID);
18 extern VOID NATIVEFONT_Unregister (VOID);
19
20 #endif  /* __WINE_NATIVEFONT_H */