Sign in
goma
/
wine
/
73ab649ced480fc9f865712fb1c531ca964fc878
/
.
/
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