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
12 lines
234 B
#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
|
|
|