On Wed, Nov 12, 2008 at 1:38 PM, A C Hurst A.Hurst@sheffield.ac.uk wrote:
Follows example of create_scsi_entries() in oldconfig.c Addresses bug 11811 among others. docs at http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure only mention lowercase names in dosdevices. Hopefully I'm not too far down the s**t list; only my 2nd wine patch, feedback very welcome.
Andy
-/* create the hardware registry branch */ -static void create_hardware_branch(void) ... +/* create the hardware registry branch */ +void create_hardware_branch(void)
Any particular reason you moved this?