Bugfixes & further updates for the month calendar common control.
[wine] / include / libres.h
1 /*
2  * WINElib-Resources
3  */
4 #ifndef __WINE_LIBRES_H
5 #define __WINE_LIBRES_H
6
7 #include "windef.h"
8
9 extern HRSRC LIBRES_FindResource( HINSTANCE hModule, LPCWSTR name, LPCWSTR type );
10 extern HGLOBAL LIBRES_LoadResource( HINSTANCE hModule, HRSRC hRsrc );
11 extern DWORD LIBRES_SizeofResource( HINSTANCE hModule, HRSRC hRsrc );
12
13 #endif /* __WINE_LIBRES_H */