mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
common: Rename w32-misc.c to w32-cmdline.c
* common/w32-misc.c: Rename to .... * common/w32-cmdline.c: this. * common/Makefile.am: Adjust. --
This commit is contained in:
parent
089c943967
commit
7262d602d8
@ -102,7 +102,7 @@ common_sources = \
|
||||
|
||||
|
||||
if HAVE_W32_SYSTEM
|
||||
common_sources += w32-reg.c w32-misc.c
|
||||
common_sources += w32-reg.c w32-cmdline.c
|
||||
endif
|
||||
|
||||
# To make the code easier to read we have split home some code into
|
||||
@ -222,7 +222,7 @@ t_name_value_LDADD = $(t_common_ldadd)
|
||||
t_ccparray_LDADD = $(t_common_ldadd)
|
||||
t_recsel_LDADD = $(t_common_ldadd)
|
||||
|
||||
t_w32_cmdline_SOURCES = t-w32-cmdline.c w32-misc.c $(t_extra_src)
|
||||
t_w32_cmdline_SOURCES = t-w32-cmdline.c w32-cmdline.c $(t_extra_src)
|
||||
t_w32_cmdline_LDADD = $(t_common_ldadd)
|
||||
|
||||
# System specific test
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* w32-misc.c - Helper functions needed in Windows
|
||||
/* w32-cmdline.c - Command line helper functions needed in Windows
|
||||
* Copyright (C) 2021 g10 Code GmbH
|
||||
*
|
||||
* This file is part of GnuPG.
|
@ -31,7 +31,7 @@
|
||||
#ifndef GNUPG_COMMON_W32HELP_H
|
||||
#define GNUPG_COMMON_W32HELP_H
|
||||
|
||||
/*-- w32-misc.c --*/
|
||||
/*-- w32-cmdline.c --*/
|
||||
|
||||
/* This module is also part of the Unix tests. */
|
||||
char **w32_parse_commandline (char *cmdline, int globing, int *r_argv,
|
||||
|
Loading…
x
Reference in New Issue
Block a user