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

  1. /*******************************************************************************
  2. *
  3. * Copyright 1999 American Power Conversion, All Rights Reserved
  4. *
  5. * TITLE: UPSCONFIG.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: TedC
  10. *
  11. * DATE: 07 June, 1999
  12. *
  13. * DESCRIPTION:
  14. ********************************************************************************/
  15. #ifndef _UPS_CONFIG_H_
  16. #define _UPS_CONFIG_H_
  17. /********************* Prototypes ***********************/
  18. INT_PTR CALLBACK UPSConfigDlgProc( HWND, UINT, WPARAM, LPARAM );
  19. #endif // _UPS_CONFIG_H_