Commit f720ccdc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

attrib: Make ATTRIB_wprintf() static.

parent 712276c7
......@@ -45,7 +45,7 @@ static WCHAR *ATTRIB_LoadMessage(UINT id) {
* and hence required WriteConsoleW to output it, however if file i/o is
* redirected, it needs to be WriteFile'd using OEM (not ANSI) format
* ========================================================================= */
int ATTRIB_wprintf(const WCHAR *format, ...) {
static int ATTRIB_wprintf(const WCHAR *format, ...) {
static WCHAR *output_bufW = NULL;
static char *output_bufA = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment