diff options
Diffstat (limited to 'app/bin/smalldlg.h')
-rw-r--r-- | app/bin/smalldlg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/bin/smalldlg.h b/app/bin/smalldlg.h index df54063..d3c21a6 100644 --- a/app/bin/smalldlg.h +++ b/app/bin/smalldlg.h @@ -23,16 +23,14 @@ #ifndef SMALLDLG_H #define SMALLDLG_H -#include "wlib.h" - #define SHOWTIP_NEXTTIP (0L) #define SHOWTIP_PREVTIP (1L) #define SHOWTIP_FORCESHOW (2L) -extern wWin_p aboutW; +extern struct wWin_t * aboutW; void InitSmallDlg( void ); -void ShowTip( long flags ); +void ShowTip( void * flagsVP ); void CreateAboutW( void *ptr ); #endif |