Removed PROCESS_GetPtr.
[wine] / include / libres.h
1 /*
2  * WINElib-Resources
3  */
4 #ifndef __WINE_LIBRES_H
5 #define __WINE_LIBRES_H
6
7 #include "wintypes.h"
8 #include "resource.h"
9
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 );
13
14 #endif /* __WINE_LIBRES_H */