repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
[wine/multimedia.git]
/
tools
/
wrc
/
dumpres.h
blob
75e965016b32ab0f18d13b558f77bdc6fd24eddd
1
/*
2
* Dump resource prototypes
3
*
4
* Copyright 1998 Bertho A. Stultiens (BS)
5
*
6
*/
7
8
#ifndef __WRC_DUMPRES_H
9
#define __WRC_DUMPRES_H
10
11
#ifndef __WRC_WRCTYPES_H
12
#include
"wrctypes.h"
13
#endif
14
15
char
*
get_typename
(
resource_t
*
r
);
16
void
dump_resources
(
resource_t
*
top
);
17
18
#endif