2025-04-27 07:49:33 -04:00

13 lines
234 B
C

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