Improved GetRandomRegion().
[wine/wine-kai.git] / include / libres.h
blobcc36ef56e50dac141b681a3549f4c14553448679
1 /*
2 * WINElib-Resources
3 */
4 #ifndef __WINE_LIBRES_H
5 #define __WINE_LIBRES_H
7 #include "windef.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 */