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.

18 lines
360 B

  1. /****************************************************************************
  2. Copyright (c) Microsoft Corporation 1997
  3. All rights reserved
  4. ***************************************************************************/
  5. #ifndef _UTILS_H_
  6. #define _UTILS_H_
  7. void
  8. CenterDialog(
  9. HWND hwndDlg );
  10. void
  11. ClearMessageQueue( void );
  12. #endif // _UTILS_H_