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.

19 lines
509 B

  1. /*************************************************
  2. * mybar.cpp *
  3. * *
  4. * Copyright (C) 1995-1999 Microsoft Inc. *
  5. * *
  6. *************************************************/
  7. #include "stdafx.h"
  8. #include "cblocks.h"
  9. #include "mybar.h"
  10. void CMyToolBar::DestroyToolTip(BOOL bIdleStatus,BOOL bResetTimer)
  11. {
  12. // CToolBar::DestroyToolTip( bIdleStatus, bResetTimer);
  13. }