Added getopt routine to libwine_port (based on a patch by Dimitrie
authorAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2003 22:44:55 +0000 (22:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2003 22:44:55 +0000 (22:44 +0000)
commit7ac91c7401b65f78e8edeb0ec9ec06235bb57fbd
treee4482c1a82cd57349f20454d5e319aa01bb2db29
parent4c9754ed000f2cf78dc7c413cde5d5d3a19e1c13
Added getopt routine to libwine_port (based on a patch by Dimitrie
O. Paun).
include/wine/port.h
libs/port/Makefile.in
libs/port/getopt.c [new file with mode: 0644]
libs/port/getopt.h [new file with mode: 0644]
libs/port/getopt1.c [new file with mode: 0644]