* ldd.cc (VERSION): Remove.
This commit is contained in:
parent
c4fc42535c
commit
f213601cda
|
@ -1,3 +1,7 @@
|
||||||
|
2011-10-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* ldd.cc (VERSION): Remove.
|
||||||
|
|
||||||
2011-10-10 Christopher Faylor <me.cygwin2011@cgf.cx>
|
2011-10-10 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||||
|
|
||||||
* ldd.cc: Update copyright.
|
* ldd.cc: Update copyright.
|
||||||
|
|
|
@ -46,8 +46,6 @@
|
||||||
#define STATUS_DLL_NOT_FOUND (0xC0000135L)
|
#define STATUS_DLL_NOT_FOUND (0xC0000135L)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION "1.0"
|
|
||||||
|
|
||||||
struct option longopts[] =
|
struct option longopts[] =
|
||||||
{
|
{
|
||||||
{"help", no_argument, NULL, 'h'},
|
{"help", no_argument, NULL, 'h'},
|
||||||
|
|
Loading…
Reference in New Issue