Added launching of a debugger when unhandled exception occurs.
[wine.git] / include / hotkey.h
blob78904e14d9487655d72a47bc98284a8d9b6a8043
1 /*
2 * Hotkey class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_HOTKEY_H
8 #define __WINE_HOTKEY_H
10 #include "windef.h"
12 typedef struct tagHOTKEY_INFO
14 HFONT hFont;
15 BOOL bFocus;
16 INT nHeight;
18 } HOTKEY_INFO;
21 extern VOID HOTKEY_Register (VOID);
22 extern VOID HOTKEY_Unregister (VOID);
24 #endif /* __WINE_HOTKEY_H */