File: resource.h

package info (click to toggle)
bml 0.5.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,416 kB
  • ctags: 11,582
  • sloc: ansic: 21,019; sh: 10,393; cpp: 3,964; makefile: 143; asm: 116
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (25)
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