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.

12 lines
234 B

  1. #ifndef _THUMB_H
  2. #define _THUMB_H
  3. #define WC_THUMBNAIL "Ath_ThumbNail"
  4. #define THM_LOADPAGE (WM_USER + 1)
  5. LRESULT CALLBACK ThumbNailWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  6. #endif //_THUMB_H