Commit 5f868847 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

cmd: Make WCMD_forf_getinputhandle() static.

parent cbeae4ca
......@@ -1746,7 +1746,7 @@ static void WCMD_parse_line(CMD_LIST *cmdStart,
*
* Returns a file handle which can be used to read the input lines from.
*/
HANDLE WCMD_forf_getinputhandle(BOOL usebackq, WCHAR *itemstr, BOOL iscmd) {
static HANDLE WCMD_forf_getinputhandle(BOOL usebackq, WCHAR *itemstr, BOOL iscmd) {
WCHAR temp_str[MAX_PATH];
WCHAR temp_file[MAX_PATH];
WCHAR temp_cmd[MAXSTRING];
......
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