From 5d2c2b27a6323e2666378b986129b2a7c2c39e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:04:24 +0100 Subject: New upstream version 5.2.2GA --- app/bin/smalldlg.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/bin/smalldlg.h') 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 -- cgit v1.2.3