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.

18 lines
370 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 1999 American Power Conversion, All Rights Reserved
  4. //
  5. // Name: apcabout.h
  6. //
  7. // Author: PaulB
  8. //
  9. // Description
  10. // ===========
  11. //
  12. #ifndef _APC_ABOUT_H_
  13. #define _APC_ABOUT_H_
  14. void DisplayAboutDialogBox (HWND aParentWnd);
  15. #endif //_APC_ABOUT_H_