Use "CALL" and "RET" in capital letters for distinction.
[wine.git] / include / nativefont.h
blob1321d59dbf11a7289b0ec31d553fcd0fbafdb705
1 /*
2 * Native font class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_NATIVEFONT_H
8 #define __WINE_NATIVEFONT_H
10 #include "windef.h"
12 typedef struct tagNATIVEFONT_INFO
14 DWORD dwDummy; /* just to keep the compiler happy ;-) */
16 } NATIVEFONT_INFO;
19 extern VOID NATIVEFONT_Register (VOID);
20 extern VOID NATIVEFONT_Unregister (VOID);
22 #endif /* __WINE_NATIVEFONT_H */