repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20000326.
[wine/gsoc-2012-control.git]
/
tools
/
wrc
/
readres.h
blob
e87da515b108d9091d55e8a571321d30fe9ea38e
1
/*
2
* Read binary resource prototypes
3
*
4
* Copyright 1998 Bertho A. Stultiens (BS)
5
*
6
*/
7
8
#ifndef __WRC_READRES_H
9
#define __WRC_READRES_H
10
11
#ifndef __WRC_WRCTYPES_H
12
#include
"wrctypes.h"
13
#endif
14
15
resource_t
*
read_resfile
(
char
*
inname
);
16
17
#endif