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.

19 lines
485 B

  1. //
  2. // delay.h
  3. //
  4. #ifndef DELAY_H
  5. #define DELAY_H
  6. // comctrl32
  7. HIMAGELIST WINAPI CUIImageList_Create(int cx, int cy, UINT flags, int cInitial, int cGrow);
  8. #define ImageList_Create CUIImageList_Create
  9. BOOL WINAPI CUIImageList_Destroy(HIMAGELIST himl);
  10. #define ImageList_Destroy CUIImageList_Destroy
  11. int WINAPI CUIImageList_ReplaceIcon(HIMAGELIST himl, int i, HICON hicon);
  12. #define ImageList_ReplaceIcon CUIImageList_ReplaceIcon
  13. #endif // DELAY_H