You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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_
|