2020-09-30 16:53:55 +02:00

19 lines
370 B
C

///////////////////////////////////////////////////////////////////////////////
//
// Copyright 1999 American Power Conversion, All Rights Reserved
//
// Name: apcabout.h
//
// Author: PaulB
//
// Description
// ===========
//
#ifndef _APC_ABOUT_H_
#define _APC_ABOUT_H_
void DisplayAboutDialogBox (HWND aParentWnd);
#endif //_APC_ABOUT_H_