summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/resource.h
blob: b4b011a13e72f4fa91c9b1fcd289c84bd916fdc4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef wine_resource_h
#define	wine_resource_h

#include "winbase.h"

extern INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id,
			       LPSTR buffer, INT buflen );

#endif