Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

24 lines
558 B

/*******************************************************************************
*
* Copyright 1999 American Power Conversion, All Rights Reserved
*
* TITLE: UPSCONFIG.H
*
* VERSION: 1.0
*
* AUTHOR: TedC
*
* DATE: 07 June, 1999
*
* DESCRIPTION:
********************************************************************************/
#ifndef _UPS_CONFIG_H_
#define _UPS_CONFIG_H_
/********************* Prototypes ***********************/
INT_PTR CALLBACK UPSConfigDlgProc( HWND, UINT, WPARAM, LPARAM );
#endif // _UPS_CONFIG_H_