Reading joystick 5 when we only support 4 should fail instead of
[wine/multimedia.git] / include / nativefont.h
blob13603f3cf4d17c68c642cd2c4b21f950febc212a
1 /*
2 * Native font class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_NATIVEFONT_H
8 #define __WINE_NATIVEFONT_H
10 typedef struct tagNATIVEFONT_INFO
12 DWORD dwDummy; /* just to keep the compiler happy ;-) */
14 } NATIVEFONT_INFO;
17 extern VOID NATIVEFONT_Register (VOID);
18 extern VOID NATIVEFONT_Unregister (VOID);
20 #endif /* __WINE_NATIVEFONT_H */