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