Sign in
goma
/
wine
/
ce1398e38480178f2cd9f55096ce9c28046f3911
/
.
/
tools
/
wmc
/
write.h
blob: 18127174ff17f868f3985a47d0573d378ee4e3f3 [
file
] [
log
] [
blame
]
/*
* Wine Message Compiler outpur generation
*
* Copyright 2000 Bertho A. Stultiens (BS)
*
*/
#ifndef
__WMC_WRITE_H
#define
__WMC_WRITE_H
void
write_h_file
(
const
char
*
fname
);
void
write_rc_file
(
const
char
*
fname
);
void
write_bin_files
(
void
);
#endif