Commit 96388c85 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Added tracking support and fixed loading of resource strings.

Added unregister code.
parent 37d68ef5
......@@ -54,6 +54,7 @@ typedef struct tagTOOLTIPS_INFO
} TOOLTIPS_INFO;
extern void TOOLTIPS_Register (void);
extern VOID TOOLTIPS_Register (VOID);
extern VOID TOOLTIPS_Unregister (VOID);
#endif /* __WINE_TOOLTIPS_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment