Sign in
goma
/
wine
/
fc67be9a013e36c170c545ef66ff9f772df23a73
/
.
/
tools
/
wmc
/
write.h
blob: 18127174ff17f868f3985a47d0573d378ee4e3f3 [
file
]
/*
* 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