2025-04-27 07:49:33 -04:00

29 lines
557 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: welcome.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 7-18-94 RichardW Created
//
//----------------------------------------------------------------------------
INT_PTR WINAPI
WelcomeDlgProc(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam
);
VOID
SetWelcomeCaption(
HWND hDlg);