Added missing string.h include.
[wine.git] / include / libres.h
blob6b1e57ddb0a0e38a877e3588f90636d884a4b526
1 /*
2 * WINElib-Resources
3 */
4 #ifndef __WINE_LIBRES_H
5 #define __WINE_LIBRES_H
7 #include "wintypes.h"
9 extern HRSRC32 LIBRES_FindResource( HINSTANCE32 hModule, LPCWSTR name, LPCWSTR type );
10 extern HGLOBAL32 LIBRES_LoadResource( HINSTANCE32 hModule, HRSRC32 hRsrc );
11 extern DWORD LIBRES_SizeofResource( HINSTANCE32 hModule, HRSRC32 hRsrc );
13 #endif /* __WINE_LIBRES_H */