Large-scale renaming of all Win32 functions and types to use the
[wine.git] / include / libres.h
blob593b044f39fbb8d810365c2fb907be42c6568bb5
1 /*
2 * WINElib-Resources
3 */
4 #ifndef __WINE_LIBRES_H
5 #define __WINE_LIBRES_H
7 #include "wintypes.h"
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 );
13 #endif /* __WINE_LIBRES_H */