projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
When including config.h, include it first.
[wine]
/
tools
/
wmc
/
write.h
1
/*
2
* Wine Message Compiler outpur generation
3
*
4
* Copyright 2000 Bertho A. Stultiens (BS)
5
*
6
*/
7
#ifndef __WMC_WRITE_H
8
#define __WMC_WRITE_H
9
10
void write_h_file(const char *fname);
11
void write_rc_file(const char *fname);
12
void write_bin_files(void);
13
14
#endif