Leaked source code of windows server 2003
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.
|
|
/*******************************************************************************
* * 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_
|